#5B030A

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

Shades of Pohutukawa #5B030A

Tints of Pohutukawa #5B030A

Color information

#5B030A (or 0x5B030A) is unknown color: approx Pohutukawa. HEX triplet: 5B, 03 and 0A. RGB value is (91,3,10). Sum of RGB (Red+Green+Blue) = 91+3+10=104 (13% of max value = 765). Red value is 91 (35.94% from 255 or 87.5% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 91 - color contains mainly: red. Hex color #5B030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B030A is #A4FCF5. Grayscale: #1E1E1E. Windows color (decimal): -10812662 or 656219. OLE color: 656219.

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

Color convert

RGB91310-
CMYK00.970.890.64
HSL355.23º93.62%18.43%-
HSV(B)355.23º96.7%35.69%-
XYZ4.42.310.5-
YUV30.11116.65171.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 87.5%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=87.5%
G=2.88%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9131000.970.890.64355.2393.6218.43
Hex5B3A06159401635e12
Octal133312014113110054313622
Binary10110111110100110000110110011000000101100011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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