Html Css Color HEX #600117 Pohutukawa

📋 copy color: '#600117'

red 96 ◦ green 1 ◦ blue 23

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

Shades of Pohutukawa #600117

Tints of Pohutukawa #600117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 23 (9.38% from 255) = 19.17%

R = 80%
G = 0.83%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#600117 (or 0x600117) is known color: Pohutukawa. HEX triplet: 60, 01 and 17. RGB value is (96,1,23). Sum of RGB (Red+Green+Blue) = 96+1+23=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #600117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600117 is #9FFEE8. Grayscale: #1F1F1F. Windows color (decimal): -10485481 or 1507680. OLE color: 1507680.

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

Color convert

RGB 96 1 23 -
CMYK 0 0.99 0.76 0.62
HSL 346.11º 0.98% 0.19% -
HSV(B) 346.11º 0.99% 0.38% -
XYZ 4.99 2.57 1.04 -
YUV 31.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 96 1 23 0 0.99 0.76 0.62 346.11 0.98 0.19
Hex 60 1 17 0 63 4C 3E 15A 62 13
Octal 140 1 27 0 143 114 76 532 142 23
Binary 1100000 1 10111 0 1100011 1001100 111110 101011010 1100010 10011

Color Harmonies of #600117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600117

Black with #600117

Text Example


Text Example

White with #600117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600117; }

 p { color: rgb(96,1,23); }

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

background-color css

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

 a { background-color: rgb(96,1,23); }

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

border-color css

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

 span { border-color: rgb(96,1,23); }

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