Html Css Color HEX #640316 Pohutukawa

📋 copy color: '#640316'

red 100 ◦ green 3 ◦ blue 22

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

Shades of Pohutukawa #640316

Tints of Pohutukawa #640316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

 BLUE value IS 22 (8.98% from 255) = 17.6%

R = 80%
G = 2.4%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#640316 (or 0x640316) is known color: Pohutukawa. HEX triplet: 64, 03 and 16. RGB value is (100,3,22). Sum of RGB (Red+Green+Blue) = 100+3+22=125 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 100 - color contains mainly: red. Hex color #640316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640316 is #9BFCE9. Grayscale: #222222. Windows color (decimal): -10222826 or 1442660. OLE color: 1442660.

HSL color Cylindrical-coordinate representation of color #640316: hue angle of 348.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640316 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 3 22 -
CMYK 0 0.97 0.78 0.61
HSL 348.25º 0.94% 0.2% -
HSV(B) 348.25º 0.97% 0.39% -
XYZ 5.43 2.83 1.02 -
YUV 34.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 100 3 22 0 0.97 0.78 0.61 348.25 0.94 0.2
Hex 64 3 16 0 61 4E 3D 15C 5E 14
Octal 144 3 26 0 141 116 75 534 136 24
Binary 1100100 11 10110 0 1100001 1001110 111101 101011100 1011110 10100

Color Harmonies of #640316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640316

Black with #640316

Text Example


Text Example

White with #640316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640316; }

 p { color: rgb(100,3,22); }

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

background-color css

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

 a { background-color: rgb(100,3,22); }

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

border-color css

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

 span { border-color: rgb(100,3,22); }

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