#600B20

Color #600B20 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #600B20

Tints of Pohutukawa #600B20

Color information

#600B20 (or 0x600B20) is unknown color: approx Pohutukawa. HEX triplet: 60, 0B and 20. RGB value is (96,11,32). Sum of RGB (Red+Green+Blue) = 96+11+32=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #600B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B20 is #9FF4DF. Grayscale: #262626. Windows color (decimal): -10482912 or 2100064. OLE color: 2100064.

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

Color convert

RGB961132-
CMYK00.890.670.62
HSL345.18º79.44%20.98%-
HSV(B)345.18º88.54%37.65%-
XYZ5.22.831.64-
YUV38.81124.16168.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.06%
GREEN value IS 11 (4.69% from 255) = 7.91%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=69.06%
G=7.91%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96113200.890.670.62345.1879.4420.98
Hex60B20059433E1594f15
Octal140134001311037653111725
Binary11000001011100000010110011000011111110101011001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600B20; }

 p { color: rgb(96,11,32); }

 H1.HeaderClassName
 {
   color: #600B20;
 }
 .AnyTagClassName
 {
   color: #600B20;
 }
</style>
background-color css

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

 a { background-color: rgb(96,11,32); }

 div.DivClassName
 {
   background-color: #600B20;
 }
 .BgClassName
 {
   background-color: #600B20;
 }
</style>
border-color css

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

 span { border-color: rgb(96,11,32); }

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