Html Css Color HEX #600924 Pohutukawa

📋 copy color: '#600924'

red 96 ◦ green 9 ◦ blue 36

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

Shades of Pohutukawa #600924

Tints of Pohutukawa #600924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.38%

 BLUE value IS 36 (14.45% from 255) = 25.53%

R = 68.09%
G = 6.38%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#600924 (or 0x600924) is known color: Pohutukawa. HEX triplet: 60, 09 and 24. RGB value is (96,9,36). Sum of RGB (Red+Green+Blue) = 96+9+36=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #600924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600924 is #9FF6DB. Grayscale: #262626. Windows color (decimal): -10483420 or 2361696. OLE color: 2361696.

HSL color Cylindrical-coordinate representation of color #600924: hue angle of 341.38º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600924 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 9 36 -
CMYK 0 0.91 0.62 0.62
HSL 341.38º 0.83% 0.21% -
HSV(B) 341.38º 0.91% 0.38% -
XYZ 5.24 2.81 1.94 -
YUV 38.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 96 9 36 0 0.91 0.62 0.62 341.38 0.83 0.21
Hex 60 9 24 0 5B 3E 3E 155 53 15
Octal 140 11 44 0 133 76 76 525 123 25
Binary 1100000 1001 100100 0 1011011 111110 111110 101010101 1010011 10101

Color Harmonies of #600924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600924

Black with #600924

Text Example


Text Example

White with #600924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600924; }

 p { color: rgb(96,9,36); }

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

background-color css

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

 a { background-color: rgb(96,9,36); }

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

border-color css

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

 span { border-color: rgb(96,9,36); }

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