Html Css Color HEX #600416 Pohutukawa

📋 copy color: '#600416'

red 96 ◦ green 4 ◦ blue 22

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

Shades of Pohutukawa #600416

Tints of Pohutukawa #600416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

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

R = 78.69%
G = 3.28%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#600416 (or 0x600416) is known color: Pohutukawa. HEX triplet: 60, 04 and 16. RGB value is (96,4,22). Sum of RGB (Red+Green+Blue) = 96+4+22=122 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.69% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 96 - color contains mainly: red. Hex color #600416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600416 is #9FFBE9. Grayscale: #212121. Windows color (decimal): -10484714 or 1442912. OLE color: 1442912.

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

Color convert

RGB 96 4 22 -
CMYK 0 0.96 0.77 0.62
HSL 348.26º 0.92% 0.2% -
HSV(B) 348.26º 0.96% 0.38% -
XYZ 5.01 2.63 1 -
YUV 33.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 96 4 22 0 0.96 0.77 0.62 348.26 0.92 0.2
Hex 60 4 16 0 60 4D 3E 15C 5C 14
Octal 140 4 26 0 140 115 76 534 134 24
Binary 1100000 100 10110 0 1100000 1001101 111110 101011100 1011100 10100

Color Harmonies of #600416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600416

Black with #600416

Text Example


Text Example

White with #600416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600416; }

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

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

background-color css

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

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

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

border-color css

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

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

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