Html Css Color HEX #640513 Pohutukawa

📋 copy color: '#640513'

red 100 ◦ green 5 ◦ blue 19

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

Shades of Pohutukawa #640513

Tints of Pohutukawa #640513

RGB

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

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

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

R = 80.65%
G = 4.03%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#640513 (or 0x640513) is known color: Pohutukawa. HEX triplet: 64, 05 and 13. RGB value is (100,5,19). Sum of RGB (Red+Green+Blue) = 100+5+19=124 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80.65% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 100 - color contains mainly: red. Hex color #640513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640513 is #9BFAEC. Grayscale: #232323. Windows color (decimal): -10222317 or 1246564. OLE color: 1246564.

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

Color convert

RGB 100 5 19 -
CMYK 0 0.95 0.81 0.61
HSL 351.16º 0.9% 0.21% -
HSV(B) 351.16º 0.95% 0.39% -
XYZ 5.43 2.86 0.88 -
YUV 35 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 100 5 19 0 0.95 0.81 0.61 351.16 0.9 0.21
Hex 64 5 13 0 5F 51 3D 15F 5A 15
Octal 144 5 23 0 137 121 75 537 132 25
Binary 1100100 101 10011 0 1011111 1010001 111101 101011111 1011010 10101

Color Harmonies of #640513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640513

Black with #640513

Text Example


Text Example

White with #640513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640513; }

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

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

background-color css

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

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

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

border-color css

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

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

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