#601825

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

Shades of Pohutukawa #601825

Tints of Pohutukawa #601825

Color information

#601825 (or 0x601825) is unknown color: approx Pohutukawa. HEX triplet: 60, 18 and 25. RGB value is (96,24,37). Sum of RGB (Red+Green+Blue) = 96+24+37=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #601825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601825 is #9FE7DA. Grayscale: #2F2F2F. Windows color (decimal): -10479579 or 2431072. OLE color: 2431072.

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

Color convert

RGB962437-
CMYK00.750.610.62
HSL349.17º60%23.53%-
HSV(B)349.17º75%37.65%-
XYZ5.483.272.09-
YUV47.01122.35162.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=61.15%
G=15.29%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96243700.750.610.62349.176023.53
Hex60182504B3D3E15d3c18
Octal1403045011375765357430
Binary1100000110001001010100101111110111111010101110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601825; }

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

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

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

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

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

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

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

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