Html Css Color HEX #640F13 Pohutukawa

📋 copy color: '#640F13'

red 100 ◦ green 15 ◦ blue 19

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

Shades of Pohutukawa #640F13

Tints of Pohutukawa #640F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.18%

R = 74.63%
G = 11.19%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#640F13 (or 0x640F13) is known color: Pohutukawa. HEX triplet: 64, 0F and 13. RGB value is (100,15,19). Sum of RGB (Red+Green+Blue) = 100+15+19=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #640F13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640F13 is #9BF0EC. Grayscale: #282828. Windows color (decimal): -10219757 or 1249124. OLE color: 1249124.

HSL color Cylindrical-coordinate representation of color #640F13: hue angle of 357.18º 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 #640F13 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 15 19 -
CMYK 0 0.85 0.81 0.61
HSL 357.18º 0.74% 0.23% -
HSV(B) 357.18º 0.85% 0.39% -
XYZ 5.54 3.1 0.92 -
YUV 40.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 100 15 19 0 0.85 0.81 0.61 357.18 0.74 0.23
Hex 64 F 13 0 55 51 3D 165 4A 17
Octal 144 17 23 0 125 121 75 545 112 27
Binary 1100100 1111 10011 0 1010101 1010001 111101 101100101 1001010 10111

Color Harmonies of #640F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640F13

Black with #640F13

Text Example


Text Example

White with #640F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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