#5B1824

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

Shades of Pohutukawa #5B1824

Tints of Pohutukawa #5B1824

Color information

#5B1824 (or 0x5B1824) is unknown color: approx Pohutukawa. HEX triplet: 5B, 18 and 24. RGB value is (91,24,36). Sum of RGB (Red+Green+Blue) = 91+24+36=151 (20% of max value = 765). Red value is 91 (35.94% from 255 or 60.26% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1824 is #A4E7DB. Grayscale: #2D2D2D. Windows color (decimal): -10807260 or 2365531. OLE color: 2365531.

HSL color Cylindrical-coordinate representation of color #5B1824: hue angle of 349.25º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B1824 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB912436-
CMYK00.740.600.64
HSL349.25º58.26%22.55%-
HSV(B)349.25º73.63%35.69%-
XYZ4.9631.99-
YUV45.4122.7160.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 60.26%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=60.26%
G=15.89%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91243600.740.600.64349.2558.2622.55
Hex5B182404A3C4015d3a17
Octal13330440112741005357227
Binary10110111100010010001001010111100100000010101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B1824; }

 p { color: rgb(91,24,36); }

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

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

 a { background-color: rgb(91,24,36); }

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

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

 span { border-color: rgb(91,24,36); }

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