#5B071A

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

Shades of Pohutukawa #5B071A

Tints of Pohutukawa #5B071A

Color information

#5B071A (or 0x5B071A) is unknown color: approx Pohutukawa. HEX triplet: 5B, 07 and 1A. RGB value is (91,7,26). Sum of RGB (Red+Green+Blue) = 91+7+26=124 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.39% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 91 - color contains mainly: red. Hex color #5B071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B071A is #A4F8E5. Grayscale: #222222. Windows color (decimal): -10811622 or 1705819. OLE color: 1705819.

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

Color convert

RGB91726-
CMYK00.920.710.64
HSL346.43º85.71%19.22%-
HSV(B)346.43º92.31%35.69%-
XYZ4.582.451.21-
YUV34.28123.33168.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 73.39%
GREEN value IS 7 (3.12% from 255) = 5.65%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=73.39%
G=5.65%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9172600.920.710.64346.4385.7119.22
Hex5B71A05C474015a5613
Octal133732013410710053212623
Binary1011011111110100101110010001111000000101011010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,7,26); }

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

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

 a { background-color: rgb(91,7,26); }

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

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

 span { border-color: rgb(91,7,26); }

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