#5B0621

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

Shades of Pohutukawa #5B0621

Tints of Pohutukawa #5B0621

Color information

#5B0621 (or 0x5B0621) is unknown color: approx Pohutukawa. HEX triplet: 5B, 06 and 21. RGB value is (91,6,33). Sum of RGB (Red+Green+Blue) = 91+6+33=130 (17% of max value = 765). Red value is 91 (35.94% from 255 or 70% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0621 is #A4F9DE. Grayscale: #222222. Windows color (decimal): -10811871 or 2164315. OLE color: 2164315.

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

Color convert

RGB91633-
CMYK00.930.640.64
HSL340.94º87.63%19.02%-
HSV(B)340.94º93.41%35.69%-
XYZ4.652.461.67-
YUV34.49127.16168.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 70%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 33 (13.28% from 255) = 25.38%
R=70%
G=4.62%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9163300.930.640.64340.9487.6319.02
Hex5B62105D40401555813
Octal133641013510010052513023
Binary10110111101000010101110110000001000000101010101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,6,33); }

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

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

 a { background-color: rgb(91,6,33); }

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

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

 span { border-color: rgb(91,6,33); }

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