Html Css Color HEX #8A0A0D Sangria

📋 copy color: '#8A0A0D'

red 138 ◦ green 10 ◦ blue 13

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

Shades of Sangria #8A0A0D

Tints of Sangria #8A0A0D

RGB

 RED value IS 138 (54.3% from 255) = 85.71%

 GREEN value IS 10 (4.3% from 255) = 6.21%

 BLUE value IS 13 (5.47% from 255) = 8.07%

R = 85.71%
G = 6.21%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#8A0A0D (or 0x8A0A0D) is known color: Sangria. HEX triplet: 8A, 0A and 0D. RGB value is (138,10,13). Sum of RGB (Red+Green+Blue) = 138+10+13=161 (21% of max value = 765). Red value is 138 (54.30% from 255 or 85.71% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0A0D is #75F5F2. Grayscale: #303030. Windows color (decimal): -7730675 or 854666. OLE color: 854666.

HSL color Cylindrical-coordinate representation of color #8A0A0D: hue angle of 358.59º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0A0D is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 10 13 -
CMYK 0 0.93 0.91 0.46
HSL 358.59º 0.86% 0.29% -
HSV(B) 358.59º 0.93% 0.54% -
XYZ 10.66 5.65 0.91 -
YUV 48.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 138 10 13 0 0.93 0.91 0.46 358.59 0.86 0.29
Hex 8A A D 0 5D 5B 2E 167 56 1D
Octal 212 12 15 0 135 133 56 547 126 35
Binary 10001010 1010 1101 0 1011101 1011011 101110 101100111 1010110 11101

Color Harmonies of #8A0A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0A0D

Black with #8A0A0D

Text Example


Text Example

White with #8A0A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,10,13); }

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

background-color css

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

 a { background-color: rgb(138,10,13); }

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

border-color css

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

 span { border-color: rgb(138,10,13); }

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