#5B142A

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

Shades of Pohutukawa #5B142A

Tints of Pohutukawa #5B142A

Color information

#5B142A (or 0x5B142A) is unknown color: approx Pohutukawa. HEX triplet: 5B, 14 and 2A. RGB value is (91,20,42). Sum of RGB (Red+Green+Blue) = 91+20+42=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B142A is #A4EBD5. Grayscale: #2B2B2B. Windows color (decimal): -10808278 or 2757723. OLE color: 2757723.

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

Color convert

RGB912042-
CMYK00.780.540.64
HSL341.41º63.96%21.76%-
HSV(B)341.41º78.02%35.69%-
XYZ4.982.892.49-
YUV43.74127.02161.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 59.48%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=59.48%
G=13.07%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91204200.780.540.64341.4163.9621.76
Hex5B142A04E36401554016
Octal133245201166610052510026
Binary101101110100101010010011101101101000000101010101100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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