#600B27

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

Shades of Pohutukawa #600B27

Tints of Pohutukawa #600B27

Color information

#600B27 (or 0x600B27) is unknown color: approx Pohutukawa. HEX triplet: 60, 0B and 27. RGB value is (96,11,39). Sum of RGB (Red+Green+Blue) = 96+11+39=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #600B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B27 is #9FF4D8. Grayscale: #272727. Windows color (decimal): -10482905 or 2558816. OLE color: 2558816.

HSL color Cylindrical-coordinate representation of color #600B27: hue angle of 340.24º 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 #600B27 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB961139-
CMYK00.890.590.62
HSL340.24º79.44%20.98%-
HSV(B)340.24º88.54%37.65%-
XYZ5.312.872.19-
YUV39.61127.66168.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 11 (4.69% from 255) = 7.53%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=65.75%
G=7.53%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96113900.890.590.62340.2479.4420.98
Hex60B270593B3E1544f15
Octal14013470131737652411725
Binary1100000101110011101011001111011111110101010100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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