Html Css Color HEX #8A0C14 Sangria

📋 copy color: '#8A0C14'

red 138 ◦ green 12 ◦ blue 20

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

Shades of Sangria #8A0C14

Tints of Sangria #8A0C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.06%

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

R = 81.18%
G = 7.06%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A0C14 (or 0x8A0C14) is known color: Sangria. HEX triplet: 8A, 0C and 14. RGB value is (138,12,20). Sum of RGB (Red+Green+Blue) = 138+12+20=170 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.18% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0C14 is #75F3EB. Grayscale: #323232. Windows color (decimal): -7730156 or 1313930. OLE color: 1313930.

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

Color convert

RGB 138 12 20 -
CMYK 0 0.91 0.86 0.46
HSL 356.19º 0.84% 0.29% -
HSV(B) 356.19º 0.91% 0.54% -
XYZ 10.74 5.72 1.2 -
YUV 50.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 138 12 20 0 0.91 0.86 0.46 356.19 0.84 0.29
Hex 8A C 14 0 5B 56 2E 164 54 1D
Octal 212 14 24 0 133 126 56 544 124 35
Binary 10001010 1100 10100 0 1011011 1010110 101110 101100100 1010100 11101

Color Harmonies of #8A0C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0C14

Black with #8A0C14

Text Example


Text Example

White with #8A0C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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