Html Css Color HEX #640512 Pohutukawa

📋 copy color: '#640512'

red 100 ◦ green 5 ◦ blue 18

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

Shades of Pohutukawa #640512

Tints of Pohutukawa #640512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.07%

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

R = 81.3%
G = 4.07%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#640512 (or 0x640512) is known color: Pohutukawa. HEX triplet: 64, 05 and 12. RGB value is (100,5,18). Sum of RGB (Red+Green+Blue) = 100+5+18=123 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.30% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 100 - color contains mainly: red. Hex color #640512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640512 is #9BFAED. Grayscale: #222222. Windows color (decimal): -10222318 or 1181028. OLE color: 1181028.

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

Color convert

RGB 100 5 18 -
CMYK 0 0.95 0.82 0.61
HSL 351.79º 0.9% 0.21% -
HSV(B) 351.79º 0.95% 0.39% -
XYZ 5.42 2.86 0.84 -
YUV 34.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 100 5 18 0 0.95 0.82 0.61 351.79 0.9 0.21
Hex 64 5 12 0 5F 52 3D 160 5A 15
Octal 144 5 22 0 137 122 75 540 132 25
Binary 1100100 101 10010 0 1011111 1010010 111101 101100000 1011010 10101

Color Harmonies of #640512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640512

Black with #640512

Text Example


Text Example

White with #640512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640512; }

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

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

background-color css

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

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

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

border-color css

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

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

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