#5B011F

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

Shades of Pohutukawa #5B011F

Tints of Pohutukawa #5B011F

Color information

#5B011F (or 0x5B011F) is unknown color: approx Pohutukawa. HEX triplet: 5B, 01 and 1F. RGB value is (91,1,31). Sum of RGB (Red+Green+Blue) = 91+1+31=123 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.98% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 91 - color contains mainly: red. Hex color #5B011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B011F is #A4FEE0. Grayscale: #1F1F1F. Windows color (decimal): -10813153 or 2031963. OLE color: 2031963.

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

Color convert

RGB91131-
CMYK00.990.660.64
HSL340º97.83%18.04%-
HSV(B)340º98.9%35.69%-
XYZ4.572.341.51-
YUV31.33127.82170.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 73.98%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=73.98%
G=0.81%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9113100.990.660.6434097.8318.04
Hex5B11F06342401546212
Octal133137014310210052414222
Binary10110111111110110001110000101000000101010100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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