#5B1C2A

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

Shades of Pohutukawa #5B1C2A

Tints of Pohutukawa #5B1C2A

Color information

#5B1C2A (or 0x5B1C2A) is unknown color: approx Pohutukawa. HEX triplet: 5B, 1C and 2A. RGB value is (91,28,42). Sum of RGB (Red+Green+Blue) = 91+28+42=161 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.52% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1C2A is #A4E3D5. Grayscale: #303030. Windows color (decimal): -10806230 or 2759771. OLE color: 2759771.

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

Color convert

RGB912842-
CMYK00.690.540.64
HSL346.67º52.94%23.33%-
HSV(B)346.67º69.23%35.69%-
XYZ5.153.222.54-
YUV48.43124.37158.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 56.52%
GREEN value IS 28 (11.33% from 255) = 17.39%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=56.52%
G=17.39%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91284200.690.540.64346.6752.9423.33
Hex5B1C2A045364015b3517
Octal13334520105661005336527
Binary10110111110010101001000101110110100000010101101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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