Html Css Color HEX #600119 Pohutukawa

📋 copy color: '#600119'

red 96 ◦ green 1 ◦ blue 25

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

Shades of Pohutukawa #600119

Tints of Pohutukawa #600119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.49%

R = 78.69%
G = 0.82%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#600119 (or 0x600119) is known color: Pohutukawa. HEX triplet: 60, 01 and 19. RGB value is (96,1,25). Sum of RGB (Red+Green+Blue) = 96+1+25=122 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.69% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 96 - color contains mainly: red. Hex color #600119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600119 is #9FFEE6. Grayscale: #202020. Windows color (decimal): -10485479 or 1638752. OLE color: 1638752.

HSL color Cylindrical-coordinate representation of color #600119: hue angle of 344.84º 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 #600119 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 25 -
CMYK 0 0.99 0.74 0.62
HSL 344.84º 0.98% 0.19% -
HSV(B) 344.84º 0.99% 0.38% -
XYZ 5.01 2.58 1.15 -
YUV 32.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 96 1 25 0 0.99 0.74 0.62 344.84 0.98 0.19
Hex 60 1 19 0 63 4A 3E 159 62 13
Octal 140 1 31 0 143 112 76 531 142 23
Binary 1100000 1 11001 0 1100011 1001010 111110 101011001 1100010 10011

Color Harmonies of #600119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600119

Black with #600119

Text Example


Text Example

White with #600119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600119; }

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

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

background-color css

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

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

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

border-color css

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

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

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