#5B061F

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

Shades of Pohutukawa #5B061F

Tints of Pohutukawa #5B061F

Color information

#5B061F (or 0x5B061F) is unknown color: approx Pohutukawa. HEX triplet: 5B, 06 and 1F. RGB value is (91,6,31). Sum of RGB (Red+Green+Blue) = 91+6+31=128 (16% of max value = 765). Red value is 91 (35.94% from 255 or 71.09% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 91 - color contains mainly: red. Hex color #5B061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B061F is #A4F9E0. Grayscale: #222222. Windows color (decimal): -10811873 or 2033243. OLE color: 2033243.

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

Color convert

RGB91631-
CMYK00.930.660.64
HSL342.35º87.63%19.02%-
HSV(B)342.35º93.41%35.69%-
XYZ4.632.451.53-
YUV34.26126.16168.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 71.09%
GREEN value IS 6 (2.73% from 255) = 4.69%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=71.09%
G=4.69%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9163100.930.660.64342.3587.6319.02
Hex5B61F05D42401565813
Octal133637013510210052613023
Binary1011011110111110101110110000101000000101010110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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