#5B001B

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

Shades of Pohutukawa #5B001B

Tints of Pohutukawa #5B001B

Color information

#5B001B (or 0x5B001B) is unknown color: approx Pohutukawa. HEX triplet: 5B, 00 and 1B. RGB value is (91,0,27). Sum of RGB (Red+Green+Blue) = 91+0+27=118 (15% of max value = 765). Red value is 91 (35.94% from 255 or 77.12% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 91 - color contains mainly: red. Hex color #5B001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B001B is #A4FFE4. Grayscale: #1E1E1E. Windows color (decimal): -10813413 or 1769563. OLE color: 1769563.

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

Color convert

RGB91027-
CMYK010.700.64
HSL342.2º100%17.84%-
HSV(B)342.2º100%35.69%-
XYZ4.512.31.24-
YUV30.29126.15171.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 77.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=77.12%
G=0%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91027010.700.64342.210017.84
Hex5B01B06446401566412
Octal133033014410610052614422
Binary10110110110110110010010001101000000101010110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,0,27); }

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

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

 a { background-color: rgb(91,0,27); }

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

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

 span { border-color: rgb(91,0,27); }

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