Html Css Color HEX #640A13 Pohutukawa

📋 copy color: '#640A13'

red 100 ◦ green 10 ◦ blue 19

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

Shades of Pohutukawa #640A13

Tints of Pohutukawa #640A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.75%

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

R = 77.52%
G = 7.75%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#640A13 (or 0x640A13) is known color: Pohutukawa. HEX triplet: 64, 0A and 13. RGB value is (100,10,19). Sum of RGB (Red+Green+Blue) = 100+10+19=129 (17% of max value = 765). Red value is 100 (39.45% from 255 or 77.52% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 100 - color contains mainly: red. Hex color #640A13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640A13 is #9BF5EC. Grayscale: #252525. Windows color (decimal): -10221037 or 1247844. OLE color: 1247844.

HSL color Cylindrical-coordinate representation of color #640A13: hue angle of 354º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640A13 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 10 19 -
CMYK 0 0.90 0.81 0.61
HSL 354º 0.82% 0.22% -
HSV(B) 354º 0.9% 0.39% -
XYZ 5.48 2.97 0.9 -
YUV 37.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 100 10 19 0 0.90 0.81 0.61 354 0.82 0.22
Hex 64 A 13 0 5A 51 3D 162 52 16
Octal 144 12 23 0 132 121 75 542 122 26
Binary 1100100 1010 10011 0 1011010 1010001 111101 101100010 1010010 10110

Color Harmonies of #640A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640A13

Black with #640A13

Text Example


Text Example

White with #640A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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