Html Css Color HEX #8B0910 Sangria

📋 copy color: '#8B0910'

red 139 ◦ green 9 ◦ blue 16

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

Shades of Sangria #8B0910

Tints of Sangria #8B0910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.76%

R = 84.76%
G = 5.49%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8B0910 (or 0x8B0910) is known color: Sangria. HEX triplet: 8B, 09 and 10. RGB value is (139,9,16). Sum of RGB (Red+Green+Blue) = 139+9+16=164 (21% of max value = 765). Red value is 139 (54.69% from 255 or 84.76% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0910 is #74F6EF. Grayscale: #303030. Windows color (decimal): -7665392 or 1051019. OLE color: 1051019.

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

Color convert

RGB 139 9 16 -
CMYK 0 0.94 0.88 0.45
HSL 356.77º 0.88% 0.29% -
HSV(B) 356.77º 0.94% 0.55% -
XYZ 10.84 5.72 1.02 -
YUV 48.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 139 9 16 0 0.94 0.88 0.45 356.77 0.88 0.29
Hex 8B 9 10 0 5E 58 2D 165 58 1D
Octal 213 11 20 0 136 130 55 545 130 35
Binary 10001011 1001 10000 0 1011110 1011000 101101 101100101 1011000 11101

Color Harmonies of #8B0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0910

Black with #8B0910

Text Example


Text Example

White with #8B0910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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