#591925

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

Shades of Pohutukawa #591925

Tints of Pohutukawa #591925

Color information

#591925 (or 0x591925) is unknown color: approx Pohutukawa. HEX triplet: 59, 19 and 25. RGB value is (89,25,37). Sum of RGB (Red+Green+Blue) = 89+25+37=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #591925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591925 is #A6E6DA. Grayscale: #2D2D2D. Windows color (decimal): -10938075 or 2431321. OLE color: 2431321.

HSL color Cylindrical-coordinate representation of color #591925: hue angle of 348.75º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #591925 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB892537-
CMYK00.720.580.65
HSL348.75º56.14%22.35%-
HSV(B)348.75º71.91%34.9%-
XYZ4.82.952.07-
YUV45.5123.2159.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.94%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=58.94%
G=16.56%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89253700.720.580.65348.7556.1422.35
Hex5919250483A4115d3816
Octal13131450110721015357026
Binary10110011100110010101001000111010100000110101110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591925; }

 p { color: rgb(89,25,37); }

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

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

 a { background-color: rgb(89,25,37); }

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

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

 span { border-color: rgb(89,25,37); }

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