Html Css Color HEX #8B1015 Sangria

📋 copy color: '#8B1015'

red 139 ◦ green 16 ◦ blue 21

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

Shades of Sangria #8B1015

Tints of Sangria #8B1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.09%

 BLUE value IS 21 (8.59% from 255) = 11.93%

R = 78.98%
G = 9.09%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8B1015 (or 0x8B1015) is known color: Sangria. HEX triplet: 8B, 10 and 15. RGB value is (139,16,21). Sum of RGB (Red+Green+Blue) = 139+16+21=176 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.98% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1015 is #74EFEA. Grayscale: #353535. Windows color (decimal): -7663595 or 1380491. OLE color: 1380491.

HSL color Cylindrical-coordinate representation of color #8B1015: hue angle of 357.56º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1015 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 16 21 -
CMYK 0 0.88 0.85 0.45
HSL 357.56º 0.79% 0.3% -
HSV(B) 357.56º 0.88% 0.55% -
XYZ 10.97 5.91 1.27 -
YUV 53.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 139 16 21 0 0.88 0.85 0.45 357.56 0.79 0.3
Hex 8B 10 15 0 58 55 2D 166 4F 1E
Octal 213 20 25 0 130 125 55 546 117 36
Binary 10001011 10000 10101 0 1011000 1010101 101101 101100110 1001111 11110

Color Harmonies of #8B1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1015

Black with #8B1015

Text Example


Text Example

White with #8B1015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,16,21); }

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

background-color css

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

 a { background-color: rgb(139,16,21); }

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

border-color css

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

 span { border-color: rgb(139,16,21); }

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