Html Css Color HEX #640F12 Pohutukawa

📋 copy color: '#640F12'

red 100 ◦ green 15 ◦ blue 18

#640F12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #640F12

Tints of Pohutukawa #640F12

RGB

 RED value IS 100 (39.45% from 255) = 75.19%

 GREEN value IS 15 (6.25% from 255) = 11.28%

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 75.19%
G = 11.28%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#640F12 (or 0x640F12) is known color: Pohutukawa. HEX triplet: 64, 0F and 12. RGB value is (100,15,18). Sum of RGB (Red+Green+Blue) = 100+15+18=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #640F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640F12 is #9BF0ED. Grayscale: #282828. Windows color (decimal): -10219758 or 1183588. OLE color: 1183588.

HSL color Cylindrical-coordinate representation of color #640F12: hue angle of 357.88º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #640F12 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 15 18 -
CMYK 0 0.85 0.82 0.61
HSL 357.88º 0.74% 0.23% -
HSV(B) 357.88º 0.85% 0.39% -
XYZ 5.54 3.09 0.88 -
YUV 40.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 100 15 18 0 0.85 0.82 0.61 357.88 0.74 0.23
Hex 64 F 12 0 55 52 3D 166 4A 17
Octal 144 17 22 0 125 122 75 546 112 27
Binary 1100100 1111 10010 0 1010101 1010010 111101 101100110 1001010 10111

Color Harmonies of #640F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640F12

Black with #640F12

Text Example


Text Example

White with #640F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640F12; }

 p { color: rgb(100,15,18); }

 H1.HeaderClassName
 {
   color: #640F12;
 }
 .AnyTagClassName
 {
   color: #640F12;
 }
</style>

background-color css

<style>
 a { background-color: #640F12; }

 a { background-color: rgb(100,15,18); }

 div.DivClassName
 {
   background-color: #640F12;
 }
 .BgClassName
 {
   background-color: #640F12;
 }
</style>

border-color css

<style>
 span { border-color: #640F12; }

 span { border-color: rgb(100,15,18); }

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