#8B0305

Color #8B0305 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #8B0305

Tints of Sangria #8B0305

Color information

#8B0305 (or 0x8B0305) is unknown color: approx Sangria. HEX triplet: 8B, 03 and 05. RGB value is (139,3,5). Sum of RGB (Red+Green+Blue) = 139+3+5=147 (19% of max value = 765). Red value is 139 (54.69% from 255 or 94.56% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0305 is #74FCFA. Grayscale: #2C2C2C. Windows color (decimal): -7666939 or 328587. OLE color: 328587.

HSL color Cylindrical-coordinate representation of color #8B0305: hue angle of 359.12º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B0305 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB13935-
CMYK00.980.960.45
HSL359.12º95.77%27.84%-
HSV(B)359.12º97.84%54.51%-
XYZ10.715.570.65-
YUV43.89106.06195.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 94.56%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=94.56%
G=2.04%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393500.980.960.45359.1295.7727.84
Hex8B35062602D167601c
Octal2133501421405554714034
Binary1000101111101011000101100000101101101100111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B0305; }

 p { color: rgb(139,3,5); }

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

<style>
 a { background-color: #8B0305; }

 a { background-color: rgb(139,3,5); }

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

<style>
 span { border-color: #8B0305; }

 span { border-color: rgb(139,3,5); }

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