#5B1322

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

Shades of Pohutukawa #5B1322

Tints of Pohutukawa #5B1322

Color information

#5B1322 (or 0x5B1322) is unknown color: approx Pohutukawa. HEX triplet: 5B, 13 and 22. RGB value is (91,19,34). Sum of RGB (Red+Green+Blue) = 91+19+34=144 (19% of max value = 765). Red value is 91 (35.94% from 255 or 63.19% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1322 is #A4ECDD. Grayscale: #2A2A2A. Windows color (decimal): -10808542 or 2233179. OLE color: 2233179.

HSL color Cylindrical-coordinate representation of color #5B1322: hue angle of 347.5º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B1322 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.64.

Color convert

RGB911934-
CMYK00.790.630.64
HSL347.5º65.45%21.57%-
HSV(B)347.5º79.12%35.69%-
XYZ4.842.811.8-
YUV42.24123.35162.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 63.19%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 34 (13.67% from 255) = 23.61%
R=63.19%
G=13.19%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91193400.790.630.64347.565.4521.57
Hex5B132204F3F4015c4116
Octal133234201177710053410126
Binary101101110011100010010011111111111000000101011100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,19,34); }

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

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

 a { background-color: rgb(91,19,34); }

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

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

 span { border-color: rgb(91,19,34); }

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