Html Css Color HEX #8B0913 Sangria

📋 copy color: '#8B0913'

red 139 ◦ green 9 ◦ blue 19

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

Shades of Sangria #8B0913

Tints of Sangria #8B0913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.39%

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

R = 83.23%
G = 5.39%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B0913 (or 0x8B0913) is known color: Sangria. HEX triplet: 8B, 09 and 13. RGB value is (139,9,19). Sum of RGB (Red+Green+Blue) = 139+9+19=167 (22% of max value = 765). Red value is 139 (54.69% from 255 or 83.23% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0913 is #74F6EC. Grayscale: #313131. Windows color (decimal): -7665389 or 1247627. OLE color: 1247627.

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

Color convert

RGB 139 9 19 -
CMYK 0 0.94 0.86 0.45
HSL 355.38º 0.88% 0.29% -
HSV(B) 355.38º 0.94% 0.55% -
XYZ 10.86 5.73 1.15 -
YUV 49.01 111.07 192.19 -
System Red Green Blue C M Y K H S L
Decimal 139 9 19 0 0.94 0.86 0.45 355.38 0.88 0.29
Hex 8B 9 13 0 5E 56 2D 163 58 1D
Octal 213 11 23 0 136 126 55 543 130 35
Binary 10001011 1001 10011 0 1011110 1010110 101101 101100011 1011000 11101

Color Harmonies of #8B0913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0913

Black with #8B0913

Text Example


Text Example

White with #8B0913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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