#5B031F

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

Shades of Pohutukawa #5B031F

Tints of Pohutukawa #5B031F

Color information

#5B031F (or 0x5B031F) is unknown color: approx Pohutukawa. HEX triplet: 5B, 03 and 1F. RGB value is (91,3,31). Sum of RGB (Red+Green+Blue) = 91+3+31=125 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 91 - color contains mainly: red. Hex color #5B031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B031F is #A4FCE0. Grayscale: #202020. Windows color (decimal): -10812641 or 2032475. OLE color: 2032475.

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

Color convert

RGB91331-
CMYK00.970.660.64
HSL340.91º93.62%18.43%-
HSV(B)340.91º96.7%35.69%-
XYZ4.592.391.52-
YUV32.5127.15169.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 72.8%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=72.8%
G=2.4%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9133100.970.660.64340.9193.6218.43
Hex5B31F06142401555e12
Octal133337014110210052513622
Binary101101111111110110000110000101000000101010101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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