#5B1428

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

Shades of Pohutukawa #5B1428

Tints of Pohutukawa #5B1428

Color information

#5B1428 (or 0x5B1428) is unknown color: approx Pohutukawa. HEX triplet: 5B, 14 and 28. RGB value is (91,20,40). Sum of RGB (Red+Green+Blue) = 91+20+40=151 (20% of max value = 765). Red value is 91 (35.94% from 255 or 60.26% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1428 is #A4EBD7. Grayscale: #2B2B2B. Windows color (decimal): -10808280 or 2626651. OLE color: 2626651.

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

Color convert

RGB912040-
CMYK00.780.560.64
HSL343.1º63.96%21.76%-
HSV(B)343.1º78.02%35.69%-
XYZ4.952.882.3-
YUV43.51126.02161.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 60.26%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=60.26%
G=13.25%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91204000.780.560.64343.163.9621.76
Hex5B142804E38401574016
Octal133245001167010052710026
Binary101101110100101000010011101110001000000101010111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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