#5B1023

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

Shades of Pohutukawa #5B1023

Tints of Pohutukawa #5B1023

Color information

#5B1023 (or 0x5B1023) is unknown color: approx Pohutukawa. HEX triplet: 5B, 10 and 23. RGB value is (91,16,35). Sum of RGB (Red+Green+Blue) = 91+16+35=142 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.08% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1023 is #A4EFDC. Grayscale: #282828. Windows color (decimal): -10809309 or 2297947. OLE color: 2297947.

HSL color Cylindrical-coordinate representation of color #5B1023: hue angle of 344.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1023 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB911635-
CMYK00.820.620.64
HSL344.8º70.09%20.98%-
HSV(B)344.8º82.42%35.69%-
XYZ4.82.721.86-
YUV40.59124.85163.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 64.08%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 35 (14.06% from 255) = 24.65%
R=64.08%
G=11.27%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91163500.820.620.64344.870.0920.98
Hex5B10230523E401594615
Octal133204301227610053110625
Binary101101110000100011010100101111101000000101011001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,16,35); }

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

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

 a { background-color: rgb(91,16,35); }

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

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

 span { border-color: rgb(91,16,35); }

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