Html Css Color HEX #600511 Pohutukawa

📋 copy color: '#600511'

red 96 ◦ green 5 ◦ blue 17

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

Shades of Pohutukawa #600511

Tints of Pohutukawa #600511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.24%

 BLUE value IS 17 (7.03% from 255) = 14.41%

R = 81.36%
G = 4.24%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#600511 (or 0x600511) is known color: Pohutukawa. HEX triplet: 60, 05 and 11. RGB value is (96,5,17). Sum of RGB (Red+Green+Blue) = 96+5+17=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #600511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600511 is #9FFAEE. Grayscale: #212121. Windows color (decimal): -10484463 or 1115488. OLE color: 1115488.

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

Color convert

RGB 96 5 17 -
CMYK 0 0.95 0.82 0.62
HSL 352.09º 0.9% 0.2% -
HSV(B) 352.09º 0.95% 0.38% -
XYZ 4.98 2.64 0.78 -
YUV 33.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 96 5 17 0 0.95 0.82 0.62 352.09 0.9 0.2
Hex 60 5 11 0 5F 52 3E 160 5A 14
Octal 140 5 21 0 137 122 76 540 132 24
Binary 1100000 101 10001 0 1011111 1010010 111110 101100000 1011010 10100

Color Harmonies of #600511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600511

Black with #600511

Text Example


Text Example

White with #600511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600511; }

 p { color: rgb(96,5,17); }

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

background-color css

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

 a { background-color: rgb(96,5,17); }

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

border-color css

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

 span { border-color: rgb(96,5,17); }

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