Html Css Color HEX #8A1014 Sangria

📋 copy color: '#8A1014'

red 138 ◦ green 16 ◦ blue 20

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

Shades of Sangria #8A1014

Tints of Sangria #8A1014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

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

R = 79.31%
G = 9.2%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A1014 (or 0x8A1014) is known color: Sangria. HEX triplet: 8A, 10 and 14. RGB value is (138,16,20). Sum of RGB (Red+Green+Blue) = 138+16+20=174 (23% of max value = 765). Red value is 138 (54.30% from 255 or 79.31% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1014 is #75EFEB. Grayscale: #353535. Windows color (decimal): -7729132 or 1314954. OLE color: 1314954.

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

Color convert

RGB 138 16 20 -
CMYK 0 0.88 0.86 0.46
HSL 358.03º 0.79% 0.3% -
HSV(B) 358.03º 0.88% 0.54% -
XYZ 10.79 5.82 1.22 -
YUV 52.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 138 16 20 0 0.88 0.86 0.46 358.03 0.79 0.3
Hex 8A 10 14 0 58 56 2E 166 4F 1E
Octal 212 20 24 0 130 126 56 546 117 36
Binary 10001010 10000 10100 0 1011000 1010110 101110 101100110 1001111 11110

Color Harmonies of #8A1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1014

Black with #8A1014

Text Example


Text Example

White with #8A1014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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