Html Css Color HEX #600316 Pohutukawa

📋 copy color: '#600316'

red 96 ◦ green 3 ◦ blue 22

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

Shades of Pohutukawa #600316

Tints of Pohutukawa #600316

RGB

 RED value IS 96 (37.89% from 255) = 79.34%

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

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

R = 79.34%
G = 2.48%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#600316 (or 0x600316) is known color: Pohutukawa. HEX triplet: 60, 03 and 16. RGB value is (96,3,22). Sum of RGB (Red+Green+Blue) = 96+3+22=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600316 is #9FFCE9. Grayscale: #202020. Windows color (decimal): -10484970 or 1442656. OLE color: 1442656.

HSL color Cylindrical-coordinate representation of color #600316: hue angle of 347.74º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600316 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 3 22 -
CMYK 0 0.97 0.77 0.62
HSL 347.74º 0.94% 0.19% -
HSV(B) 347.74º 0.97% 0.38% -
XYZ 5 2.61 1 -
YUV 32.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 96 3 22 0 0.97 0.77 0.62 347.74 0.94 0.19
Hex 60 3 16 0 61 4D 3E 15C 5E 13
Octal 140 3 26 0 141 115 76 534 136 23
Binary 1100000 11 10110 0 1100001 1001101 111110 101011100 1011110 10011

Color Harmonies of #600316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600316

Black with #600316

Text Example


Text Example

White with #600316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600316; }

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

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

background-color css

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

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

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

border-color css

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

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

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