#600D1B

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

Shades of Pohutukawa #600D1B

Tints of Pohutukawa #600D1B

Color information

#600D1B (or 0x600D1B) is unknown color: approx Pohutukawa. HEX triplet: 60, 0D and 1B. RGB value is (96,13,27). Sum of RGB (Red+Green+Blue) = 96+13+27=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #600D1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600D1B is #9FF2E4. Grayscale: #272727. Windows color (decimal): -10482405 or 1772896. OLE color: 1772896.

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

Color convert

RGB961327-
CMYK00.860.720.62
HSL349.88º76.15%21.37%-
HSV(B)349.88º86.46%37.65%-
XYZ5.172.851.32-
YUV39.41121168.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.59%
GREEN value IS 13 (5.47% from 255) = 9.56%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=70.59%
G=9.56%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96132700.860.720.62349.8876.1521.37
Hex60D1B056483E15e4c15
Octal140153301261107653611425
Binary1100000110111011010101101001000111110101011110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,13,27); }

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

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

 a { background-color: rgb(96,13,27); }

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

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

 span { border-color: rgb(96,13,27); }

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