Html Css Color HEX #8A0310 Sangria

📋 copy color: '#8A0310'

red 138 ◦ green 3 ◦ blue 16

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

Shades of Sangria #8A0310

Tints of Sangria #8A0310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 87.9%
G = 1.91%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A0310 (or 0x8A0310) is known color: Sangria. HEX triplet: 8A, 03 and 10. RGB value is (138,3,16). Sum of RGB (Red+Green+Blue) = 138+3+16=157 (20% of max value = 765). Red value is 138 (54.30% from 255 or 87.90% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0310 is #75FCEF. Grayscale: #2C2C2C. Windows color (decimal): -7732464 or 1049482. OLE color: 1049482.

HSL color Cylindrical-coordinate representation of color #8A0310: hue angle of 354.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A0310 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 3 16 -
CMYK 0 0.98 0.88 0.46
HSL 354.22º 0.96% 0.28% -
HSV(B) 354.22º 0.98% 0.54% -
XYZ 10.61 5.51 0.99 -
YUV 44.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 138 3 16 0 0.98 0.88 0.46 354.22 0.96 0.28
Hex 8A 3 10 0 62 58 2E 162 60 1C
Octal 212 3 20 0 142 130 56 542 140 34
Binary 10001010 11 10000 0 1100010 1011000 101110 101100010 1100000 11100

Color Harmonies of #8A0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0310

Black with #8A0310

Text Example


Text Example

White with #8A0310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,3,16); }

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

background-color css

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

 a { background-color: rgb(138,3,16); }

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

border-color css

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

 span { border-color: rgb(138,3,16); }

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