#5B1C28

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

Shades of Pohutukawa #5B1C28

Tints of Pohutukawa #5B1C28

Color information

#5B1C28 (or 0x5B1C28) is unknown color: approx Pohutukawa. HEX triplet: 5B, 1C and 28. RGB value is (91,28,40). Sum of RGB (Red+Green+Blue) = 91+28+40=159 (21% of max value = 765). Red value is 91 (35.94% from 255 or 57.23% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1C28 is #A4E3D7. Grayscale: #303030. Windows color (decimal): -10806232 or 2628699. OLE color: 2628699.

HSL color Cylindrical-coordinate representation of color #5B1C28: hue angle of 348.57º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B1C28 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB912840-
CMYK00.690.560.64
HSL348.57º52.94%23.33%-
HSV(B)348.57º69.23%35.69%-
XYZ5.113.212.36-
YUV48.2123.37158.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 57.23%
GREEN value IS 28 (11.33% from 255) = 17.61%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=57.23%
G=17.61%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91284000.690.560.64348.5752.9423.33
Hex5B1C28045384015d3517
Octal13334500105701005356527
Binary10110111110010100001000101111000100000010101110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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