#600727

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

Shades of Pohutukawa #600727

Tints of Pohutukawa #600727

Color information

#600727 (or 0x600727) is unknown color: approx Pohutukawa. HEX triplet: 60, 07 and 27. RGB value is (96,7,39). Sum of RGB (Red+Green+Blue) = 96+7+39=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #600727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600727 is #9FF8D8. Grayscale: #252525. Windows color (decimal): -10483929 or 2557792. OLE color: 2557792.

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

Color convert

RGB96739-
CMYK00.930.590.62
HSL338.43º86.41%20.2%-
HSV(B)338.43º92.71%37.65%-
XYZ5.272.792.18-
YUV37.26128.99169.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.61%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=67.61%
G=4.93%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9673900.930.590.62338.4386.4120.2
Hex6072705D3B3E1525614
Octal1407470135737652212624
Binary110000011110011101011101111011111110101010010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600727; }

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

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

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

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

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

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

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

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