#5B132B

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

Shades of Pohutukawa #5B132B

Tints of Pohutukawa #5B132B

Color information

#5B132B (or 0x5B132B) is unknown color: approx Pohutukawa. HEX triplet: 5B, 13 and 2B. RGB value is (91,19,43). Sum of RGB (Red+Green+Blue) = 91+19+43=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B132B is #A4ECD4. Grayscale: #2B2B2B. Windows color (decimal): -10808533 or 2823003. OLE color: 2823003.

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

Color convert

RGB911943-
CMYK00.790.530.64
HSL340º65.45%21.57%-
HSV(B)340º79.12%35.69%-
XYZ4.982.862.58-
YUV43.26127.85162.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 59.48%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=59.48%
G=12.42%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91194300.790.530.6434065.4521.57
Hex5B132B04F35401544116
Octal133235301176510052410126
Binary101101110011101011010011111101011000000101010100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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