Html Css Color HEX #8B000A Sangria

📋 copy color: '#8B000A'

red 139 ◦ green 0 ◦ blue 10

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

Shades of Sangria #8B000A

Tints of Sangria #8B000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 6.71%

R = 93.29%
G = 0%
B = 6.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8B000A (or 0x8B000A) is known color: Sangria. HEX triplet: 8B, 00 and 0A. RGB value is (139,0,10). Sum of RGB (Red+Green+Blue) = 139+0+10=149 (19% of max value = 765). Red value is 139 (54.69% from 255 or 93.29% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 139 - color contains mainly: red. Hex color #8B000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B000A is #74FFF5. Grayscale: #2A2A2A. Windows color (decimal): -7667702 or 655499. OLE color: 655499.

HSL color Cylindrical-coordinate representation of color #8B000A: hue angle of 355.68º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B000A is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 0 10 -
CMYK 0 1 0.93 0.45
HSL 355.68º 1% 0.27% -
HSV(B) 355.68º 1% 0.55% -
XYZ 10.7 5.51 0.79 -
YUV 42.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 139 0 10 0 1 0.93 0.45 355.68 1 0.27
Hex 8B 0 A 0 64 5D 2D 164 64 1B
Octal 213 0 12 0 144 135 55 544 144 33
Binary 10001011 0 1010 0 1100100 1011101 101101 101100100 1100100 11011

Color Harmonies of #8B000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B000A

Black with #8B000A

Text Example


Text Example

White with #8B000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,0,10); }

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

background-color css

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

 a { background-color: rgb(139,0,10); }

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

border-color css

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

 span { border-color: rgb(139,0,10); }

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