Html Css Color HEX #600828 Pohutukawa

📋 copy color: '#600828'

red 96 ◦ green 8 ◦ blue 40

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

Shades of Pohutukawa #600828

Tints of Pohutukawa #600828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 66.67%
G = 5.56%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#600828 (or 0x600828) is known color: Pohutukawa. HEX triplet: 60, 08 and 28. RGB value is (96,8,40). Sum of RGB (Red+Green+Blue) = 96+8+40=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #600828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600828 is #9FF7D7. Grayscale: #252525. Windows color (decimal): -10483672 or 2623584. OLE color: 2623584.

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

Color convert

RGB 96 8 40 -
CMYK 0 0.92 0.58 0.62
HSL 338.18º 0.85% 0.2% -
HSV(B) 338.18º 0.92% 0.38% -
XYZ 5.29 2.81 2.27 -
YUV 37.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 96 8 40 0 0.92 0.58 0.62 338.18 0.85 0.2
Hex 60 8 28 0 5C 3A 3E 152 55 14
Octal 140 10 50 0 134 72 76 522 125 24
Binary 1100000 1000 101000 0 1011100 111010 111110 101010010 1010101 10100

Color Harmonies of #600828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600828

Black with #600828

Text Example


Text Example

White with #600828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600828; }

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

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

background-color css

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

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

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

border-color css

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

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

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