Html Css Color HEX #640710 Pohutukawa

📋 copy color: '#640710'

red 100 ◦ green 7 ◦ blue 16

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

Shades of Pohutukawa #640710

Tints of Pohutukawa #640710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.01%

R = 81.3%
G = 5.69%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#640710 (or 0x640710) is known color: Pohutukawa. HEX triplet: 64, 07 and 10. RGB value is (100,7,16). Sum of RGB (Red+Green+Blue) = 100+7+16=123 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.30% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 100 - color contains mainly: red. Hex color #640710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640710 is #9BF8EF. Grayscale: #232323. Windows color (decimal): -10221808 or 1050468. OLE color: 1050468.

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

Color convert

RGB 100 7 16 -
CMYK 0 0.93 0.84 0.61
HSL 354.19º 0.87% 0.21% -
HSV(B) 354.19º 0.93% 0.39% -
XYZ 5.43 2.9 0.76 -
YUV 35.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 100 7 16 0 0.93 0.84 0.61 354.19 0.87 0.21
Hex 64 7 10 0 5D 54 3D 162 57 15
Octal 144 7 20 0 135 124 75 542 127 25
Binary 1100100 111 10000 0 1011101 1010100 111101 101100010 1010111 10101

Color Harmonies of #640710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640710

Black with #640710

Text Example


Text Example

White with #640710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640710; }

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

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

background-color css

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

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

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

border-color css

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

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

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