#600525

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

Shades of Pohutukawa #600525

Tints of Pohutukawa #600525

Color information

#600525 (or 0x600525) is unknown color: approx Pohutukawa. HEX triplet: 60, 05 and 25. RGB value is (96,5,37). Sum of RGB (Red+Green+Blue) = 96+5+37=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #600525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600525 is #9FFADA. Grayscale: #232323. Windows color (decimal): -10484443 or 2426208. OLE color: 2426208.

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

Color convert

RGB96537-
CMYK00.950.610.62
HSL338.9º90.1%19.8%-
HSV(B)338.9º94.79%37.65%-
XYZ5.212.732-
YUV35.86128.65170.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.57%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=69.57%
G=3.62%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9653700.950.610.62338.990.119.8
Hex6052505F3D3E1535a14
Octal1405450137757652313224
Binary110000010110010101011111111101111110101010011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600525; }

 p { color: rgb(96,5,37); }

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

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

 a { background-color: rgb(96,5,37); }

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

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

 span { border-color: rgb(96,5,37); }

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