Html Css Color HEX #640A18 Pohutukawa

📋 copy color: '#640A18'

red 100 ◦ green 10 ◦ blue 24

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

Shades of Pohutukawa #640A18

Tints of Pohutukawa #640A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.91%

R = 74.63%
G = 7.46%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#640A18 (or 0x640A18) is known color: Pohutukawa. HEX triplet: 64, 0A and 18. RGB value is (100,10,24). Sum of RGB (Red+Green+Blue) = 100+10+24=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #640A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640A18 is #9BF5E7. Grayscale: #262626. Windows color (decimal): -10221032 or 1575524. OLE color: 1575524.

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

Color convert

RGB 100 10 24 -
CMYK 0 0.90 0.76 0.61
HSL 350.67º 0.82% 0.22% -
HSV(B) 350.67º 0.9% 0.39% -
XYZ 5.53 2.99 1.15 -
YUV 38.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 100 10 24 0 0.90 0.76 0.61 350.67 0.82 0.22
Hex 64 A 18 0 5A 4C 3D 15F 52 16
Octal 144 12 30 0 132 114 75 537 122 26
Binary 1100100 1010 11000 0 1011010 1001100 111101 101011111 1010010 10110

Color Harmonies of #640A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640A18

Black with #640A18

Text Example


Text Example

White with #640A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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