#5B0116

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

Shades of Pohutukawa #5B0116

Tints of Pohutukawa #5B0116

Color information

#5B0116 (or 0x5B0116) is unknown color: approx Pohutukawa. HEX triplet: 5B, 01 and 16. RGB value is (91,1,22). Sum of RGB (Red+Green+Blue) = 91+1+22=114 (15% of max value = 765). Red value is 91 (35.94% from 255 or 79.82% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0116 is #A4FEE9. Grayscale: #1E1E1E. Windows color (decimal): -10813162 or 1442139. OLE color: 1442139.

HSL color Cylindrical-coordinate representation of color #5B0116: hue angle of 346º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B0116 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB91122-
CMYK00.990.760.64
HSL346º97.83%18.04%-
HSV(B)346º98.9%35.69%-
XYZ4.472.30.97-
YUV30.3123.32171.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 79.82%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=79.82%
G=0.88%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9112200.990.760.6434697.8318.04
Hex5B1160634C4015a6212
Octal133126014311410053214222
Binary10110111101100110001110011001000000101011010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,1,22); }

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

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

 a { background-color: rgb(91,1,22); }

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

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

 span { border-color: rgb(91,1,22); }

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