Html Css Color HEX #640714 Pohutukawa

📋 copy color: '#640714'

red 100 ◦ green 7 ◦ blue 20

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

Shades of Pohutukawa #640714

Tints of Pohutukawa #640714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.51%

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

R = 78.74%
G = 5.51%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#640714 (or 0x640714) is known color: Pohutukawa. HEX triplet: 64, 07 and 14. RGB value is (100,7,20). Sum of RGB (Red+Green+Blue) = 100+7+20=127 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.74% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 100 - color contains mainly: red. Hex color #640714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640714 is #9BF8EB. Grayscale: #242424. Windows color (decimal): -10221804 or 1312612. OLE color: 1312612.

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

Color convert

RGB 100 7 20 -
CMYK 0 0.93 0.8 0.61
HSL 351.61º 0.87% 0.21% -
HSV(B) 351.61º 0.93% 0.39% -
XYZ 5.46 2.91 0.94 -
YUV 36.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 100 7 20 0 0.93 0.8 0.61 351.61 0.87 0.21
Hex 64 7 14 0 5D 50 3D 160 57 15
Octal 144 7 24 0 135 120 75 540 127 25
Binary 1100100 111 10100 0 1011101 1010000 111101 101100000 1010111 10101

Color Harmonies of #640714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640714

Black with #640714

Text Example


Text Example

White with #640714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640714; }

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

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

background-color css

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

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

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

border-color css

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

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

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