Html Css Color HEX #600819 Pohutukawa

📋 copy color: '#600819'

red 96 ◦ green 8 ◦ blue 25

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

Shades of Pohutukawa #600819

Tints of Pohutukawa #600819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

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

R = 74.42%
G = 6.2%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#600819 (or 0x600819) is known color: Pohutukawa. HEX triplet: 60, 08 and 19. RGB value is (96,8,25). Sum of RGB (Red+Green+Blue) = 96+8+25=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #600819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600819 is #9FF7E6. Grayscale: #242424. Windows color (decimal): -10483687 or 1640544. OLE color: 1640544.

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

Color convert

RGB 96 8 25 -
CMYK 0 0.92 0.74 0.62
HSL 348.41º 0.85% 0.2% -
HSV(B) 348.41º 0.92% 0.38% -
XYZ 5.09 2.73 1.18 -
YUV 36.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 96 8 25 0 0.92 0.74 0.62 348.41 0.85 0.2
Hex 60 8 19 0 5C 4A 3E 15C 55 14
Octal 140 10 31 0 134 112 76 534 125 24
Binary 1100000 1000 11001 0 1011100 1001010 111110 101011100 1010101 10100

Color Harmonies of #600819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600819

Black with #600819

Text Example


Text Example

White with #600819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600819; }

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

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

background-color css

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

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

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

border-color css

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

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

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