#600726

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

Shades of Pohutukawa #600726

Tints of Pohutukawa #600726

Color information

#600726 (or 0x600726) is unknown color: approx Pohutukawa. HEX triplet: 60, 07 and 26. RGB value is (96,7,38). Sum of RGB (Red+Green+Blue) = 96+7+38=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #600726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600726 is #9FF8D9. Grayscale: #252525. Windows color (decimal): -10483930 or 2492256. OLE color: 2492256.

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

Color convert

RGB96738-
CMYK00.930.600.62
HSL339.1º86.41%20.2%-
HSV(B)339.1º92.71%37.65%-
XYZ5.252.782.09-
YUV37.15128.49169.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 68.09%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=68.09%
G=4.96%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9673800.930.600.62339.186.4120.2
Hex6072605D3C3E1535614
Octal1407460135747652312624
Binary110000011110011001011101111100111110101010011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600726; }

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

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

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

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

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

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

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

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