#5B182A

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

Shades of Pohutukawa #5B182A

Tints of Pohutukawa #5B182A

Color information

#5B182A (or 0x5B182A) is unknown color: approx Pohutukawa. HEX triplet: 5B, 18 and 2A. RGB value is (91,24,42). Sum of RGB (Red+Green+Blue) = 91+24+42=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B182A is #A4E7D5. Grayscale: #2E2E2E. Windows color (decimal): -10807254 or 2758747. OLE color: 2758747.

HSL color Cylindrical-coordinate representation of color #5B182A: hue angle of 343.88º 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 #5B182A is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB912442-
CMYK00.740.540.64
HSL343.88º58.26%22.55%-
HSV(B)343.88º73.63%35.69%-
XYZ5.063.042.51-
YUV46.08125.7160.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 57.96%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=57.96%
G=15.29%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91244200.740.540.64343.8858.2622.55
Hex5B182A04A36401583a17
Octal13330520112661005307227
Binary10110111100010101001001010110110100000010101100011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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