Html Css Color HEX #640511 Pohutukawa

📋 copy color: '#640511'

red 100 ◦ green 5 ◦ blue 17

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

Shades of Pohutukawa #640511

Tints of Pohutukawa #640511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.93%

R = 81.97%
G = 4.1%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#640511 (or 0x640511) is known color: Pohutukawa. HEX triplet: 64, 05 and 11. RGB value is (100,5,17). Sum of RGB (Red+Green+Blue) = 100+5+17=122 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.97% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 100 - color contains mainly: red. Hex color #640511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640511 is #9BFAEE. Grayscale: #222222. Windows color (decimal): -10222319 or 1115492. OLE color: 1115492.

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

Color convert

RGB 100 5 17 -
CMYK 0 0.95 0.83 0.61
HSL 352.42º 0.9% 0.21% -
HSV(B) 352.42º 0.95% 0.39% -
XYZ 5.41 2.86 0.8 -
YUV 34.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 100 5 17 0 0.95 0.83 0.61 352.42 0.9 0.21
Hex 64 5 11 0 5F 53 3D 160 5A 15
Octal 144 5 21 0 137 123 75 540 132 25
Binary 1100100 101 10001 0 1011111 1010011 111101 101100000 1011010 10101

Color Harmonies of #640511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640511

Black with #640511

Text Example


Text Example

White with #640511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640511; }

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

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

background-color css

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

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

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

border-color css

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

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

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