Html Css Color HEX #600319 Pohutukawa

📋 copy color: '#600319'

red 96 ◦ green 3 ◦ blue 25

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

Shades of Pohutukawa #600319

Tints of Pohutukawa #600319

RGB

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

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

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

R = 77.42%
G = 2.42%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#600319 (or 0x600319) is known color: Pohutukawa. HEX triplet: 60, 03 and 19. RGB value is (96,3,25). Sum of RGB (Red+Green+Blue) = 96+3+25=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #600319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600319 is #9FFCE6. Grayscale: #212121. Windows color (decimal): -10484967 or 1639264. OLE color: 1639264.

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

Color convert

RGB 96 3 25 -
CMYK 0 0.97 0.74 0.62
HSL 345.81º 0.94% 0.19% -
HSV(B) 345.81º 0.97% 0.38% -
XYZ 5.03 2.62 1.16 -
YUV 33.32 123.31 172.71 -
System Red Green Blue C M Y K H S L
Decimal 96 3 25 0 0.97 0.74 0.62 345.81 0.94 0.19
Hex 60 3 19 0 61 4A 3E 15A 5E 13
Octal 140 3 31 0 141 112 76 532 136 23
Binary 1100000 11 11001 0 1100001 1001010 111110 101011010 1011110 10011

Color Harmonies of #600319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600319

Black with #600319

Text Example


Text Example

White with #600319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600319; }

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

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

background-color css

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

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

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

border-color css

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

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

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