Html Css Color HEX #640514 Pohutukawa

📋 copy color: '#640514'

red 100 ◦ green 5 ◦ blue 20

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

Shades of Pohutukawa #640514

Tints of Pohutukawa #640514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16%

R = 80%
G = 4%
B = 16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#640514 (or 0x640514) is known color: Pohutukawa. HEX triplet: 64, 05 and 14. RGB value is (100,5,20). Sum of RGB (Red+Green+Blue) = 100+5+20=125 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 100 - color contains mainly: red. Hex color #640514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640514 is #9BFAEB. Grayscale: #232323. Windows color (decimal): -10222316 or 1312100. OLE color: 1312100.

HSL color Cylindrical-coordinate representation of color #640514: hue angle of 350.53º 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 #640514 is Cyan = 0, Magento = 0.95, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 5 20 -
CMYK 0 0.95 0.8 0.61
HSL 350.53º 0.9% 0.21% -
HSV(B) 350.53º 0.95% 0.39% -
XYZ 5.44 2.87 0.93 -
YUV 35.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 100 5 20 0 0.95 0.8 0.61 350.53 0.9 0.21
Hex 64 5 14 0 5F 50 3D 15F 5A 15
Octal 144 5 24 0 137 120 75 537 132 25
Binary 1100100 101 10100 0 1011111 1010000 111101 101011111 1011010 10101

Color Harmonies of #640514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640514

Black with #640514

Text Example


Text Example

White with #640514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640514; }

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

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

background-color css

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

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

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

border-color css

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

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

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