Html Css Color HEX #8B0914 Sangria

📋 copy color: '#8B0914'

red 139 ◦ green 9 ◦ blue 20

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

Shades of Sangria #8B0914

Tints of Sangria #8B0914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.9%

R = 82.74%
G = 5.36%
B = 11.9%

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

#8B0914 (or 0x8B0914) is known color: Sangria. HEX triplet: 8B, 09 and 14. RGB value is (139,9,20). Sum of RGB (Red+Green+Blue) = 139+9+20=168 (22% of max value = 765). Red value is 139 (54.69% from 255 or 82.74% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0914 is #74F6EB. Grayscale: #313131. Windows color (decimal): -7665388 or 1313163. OLE color: 1313163.

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

Color convert

RGB 139 9 20 -
CMYK 0 0.94 0.86 0.45
HSL 354.92º 0.88% 0.29% -
HSV(B) 354.92º 0.94% 0.55% -
XYZ 10.87 5.73 1.2 -
YUV 49.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 139 9 20 0 0.94 0.86 0.45 354.92 0.88 0.29
Hex 8B 9 14 0 5E 56 2D 163 58 1D
Octal 213 11 24 0 136 126 55 543 130 35
Binary 10001011 1001 10100 0 1011110 1010110 101101 101100011 1011000 11101

Color Harmonies of #8B0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0914

Black with #8B0914

Text Example


Text Example

White with #8B0914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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