Html Css Color HEX #8B050F Sangria

📋 copy color: '#8B050F'

red 139 ◦ green 5 ◦ blue 15

#8B050F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #8B050F

Tints of Sangria #8B050F

RGB

 RED value IS 139 (54.69% from 255) = 87.42%

 GREEN value IS 5 (2.34% from 255) = 3.14%

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 87.42%
G = 3.14%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8B050F (or 0x8B050F) is known color: Sangria. HEX triplet: 8B, 05 and 0F. RGB value is (139,5,15). Sum of RGB (Red+Green+Blue) = 139+5+15=159 (21% of max value = 765). Red value is 139 (54.69% from 255 or 87.42% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 139 - color contains mainly: red. Hex color #8B050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B050F is #74FAF0. Grayscale: #2E2E2E. Windows color (decimal): -7666417 or 984459. OLE color: 984459.

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

Color convert

RGB 139 5 15 -
CMYK 0 0.96 0.89 0.45
HSL 355.52º 0.93% 0.28% -
HSV(B) 355.52º 0.96% 0.55% -
XYZ 10.79 5.63 0.97 -
YUV 46.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 139 5 15 0 0.96 0.89 0.45 355.52 0.93 0.28
Hex 8B 5 F 0 60 59 2D 164 5D 1C
Octal 213 5 17 0 140 131 55 544 135 34
Binary 10001011 101 1111 0 1100000 1011001 101101 101100100 1011101 11100

Color Harmonies of #8B050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B050F

Black with #8B050F

Text Example


Text Example

White with #8B050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B050F;
 }
 .AnyTagClassName
 {
   color: #8B050F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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