#65061f

Color #65061F Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #65061F

Tints of Pohutukawa #65061F

Color information

#65061F (or 0x65061F) is unknown color: approx Pohutukawa. HEX triplet: 65, 06 and 1F. RGB value is (101,6,31). Sum of RGB (Red+Green+Blue) = 101+6+31=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #65061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65061F is #9AF9E0. Grayscale: #252525. Windows color (decimal): -10156513 or 2033253. OLE color: 2033253.

HSL color Cylindrical-coordinate representation of color #65061F: hue angle of 344.21º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65061F is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB101631-
CMYK00.940.690.60
HSL344.21º88.79%20.98%-
HSV(B)344.21º94.06%39.61%-
XYZ5.6831.58-
YUV37.25124.47173.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 73.19%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=73.19%
G=4.35%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10163100.940.690.60344.2188.7920.98
Hex6561F05E453C1585915
Octal14563701361057453013125
Binary110010111011111010111101000101111100101011000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65061f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65061f; }

 p { color: rgb(101,6,31); }

 H1.HeaderClassName
 {
   color: #65061f;
 }
 .AnyTagClassName
 {
   color: #65061f;
 }
</style>
background-color css

<style>
 a { background-color: #65061f; }

 a { background-color: rgb(101,6,31); }

 div.DivClassName
 {
   background-color: #65061f;
 }
 .BgClassName
 {
   background-color: #65061f;
 }
</style>
border-color css

<style>
 span { border-color: #65061f; }

 span { border-color: rgb(101,6,31); }

 td.TdClassName
 {
   border-color: #65061f;
 }
 .TagClassName
 {
   border-color: #65061f;
 }
</style>