#601C25

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

Shades of Pohutukawa #601C25

Tints of Pohutukawa #601C25

Color information

#601C25 (or 0x601C25) is unknown color: approx Pohutukawa. HEX triplet: 60, 1C and 25. RGB value is (96,28,37). Sum of RGB (Red+Green+Blue) = 96+28+37=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #601C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C25 is #9FE3DA. Grayscale: #313131. Windows color (decimal): -10478555 or 2432096. OLE color: 2432096.

HSL color Cylindrical-coordinate representation of color #601C25: hue angle of 352.06º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #601C25 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB962837-
CMYK00.710.610.62
HSL352.06º54.84%24.31%-
HSV(B)352.06º70.83%37.65%-
XYZ5.573.452.12-
YUV49.36121.03161.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.63%
GREEN value IS 28 (11.33% from 255) = 17.39%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=59.63%
G=17.39%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96283700.710.610.62352.0654.8424.31
Hex601C250473D3E1603718
Octal1403445010775765406730
Binary1100000111001001010100011111110111111010110000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601C25; }

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

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

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

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

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

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

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

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