#600927

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

Shades of Pohutukawa #600927

Tints of Pohutukawa #600927

Color information

#600927 (or 0x600927) is unknown color: approx Pohutukawa. HEX triplet: 60, 09 and 27. RGB value is (96,9,39). Sum of RGB (Red+Green+Blue) = 96+9+39=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #600927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600927 is #9FF6D8. Grayscale: #262626. Windows color (decimal): -10483417 or 2558304. OLE color: 2558304.

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

Color convert

RGB96939-
CMYK00.910.590.62
HSL339.31º82.86%20.59%-
HSV(B)339.31º90.62%37.65%-
XYZ5.292.832.19-
YUV38.43128.32169.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 39 (15.62% from 255) = 27.08%
R=66.67%
G=6.25%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9693900.910.590.62339.3182.8620.59
Hex6092705B3B3E1535315
Octal14011470133737652312325
Binary1100000100110011101011011111011111110101010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600927; }

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

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

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

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

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

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

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

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