Html Css Color HEX #8B1013 Sangria

📋 copy color: '#8B1013'

red 139 ◦ green 16 ◦ blue 19

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

Shades of Sangria #8B1013

Tints of Sangria #8B1013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.92%

R = 79.89%
G = 9.2%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B1013 (or 0x8B1013) is known color: Sangria. HEX triplet: 8B, 10 and 13. RGB value is (139,16,19). Sum of RGB (Red+Green+Blue) = 139+16+19=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1013 is #74EFEC. Grayscale: #353535. Windows color (decimal): -7663597 or 1249419. OLE color: 1249419.

HSL color Cylindrical-coordinate representation of color #8B1013: hue angle of 358.54º 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 #8B1013 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 16 19 -
CMYK 0 0.88 0.86 0.45
HSL 358.54º 0.79% 0.3% -
HSV(B) 358.54º 0.88% 0.55% -
XYZ 10.95 5.91 1.18 -
YUV 53.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 139 16 19 0 0.88 0.86 0.45 358.54 0.79 0.3
Hex 8B 10 13 0 58 56 2D 167 4F 1E
Octal 213 20 23 0 130 126 55 547 117 36
Binary 10001011 10000 10011 0 1011000 1010110 101101 101100111 1001111 11110

Color Harmonies of #8B1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1013

Black with #8B1013

Text Example


Text Example

White with #8B1013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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