#601625

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

Shades of Pohutukawa #601625

Tints of Pohutukawa #601625

Color information

#601625 (or 0x601625) is unknown color: approx Pohutukawa. HEX triplet: 60, 16 and 25. RGB value is (96,22,37). Sum of RGB (Red+Green+Blue) = 96+22+37=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #601625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601625 is #9FE9DA. Grayscale: #2D2D2D. Windows color (decimal): -10480091 or 2430560. OLE color: 2430560.

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

Color convert

RGB962237-
CMYK00.770.610.62
HSL347.84º62.71%23.14%-
HSV(B)347.84º77.08%37.65%-
XYZ5.443.192.08-
YUV45.84123.02163.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=61.94%
G=14.19%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96223700.770.610.62347.8462.7123.14
Hex60162504D3D3E15c3f17
Octal1402645011575765347727
Binary1100000101101001010100110111110111111010101110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601625; }

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

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

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

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

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

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

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

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