Html Css Color HEX #8A060C Sangria

📋 copy color: '#8A060C'

red 138 ◦ green 6 ◦ blue 12

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

Shades of Sangria #8A060C

Tints of Sangria #8A060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.85%

 BLUE value IS 12 (5.08% from 255) = 7.69%

R = 88.46%
G = 3.85%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#8A060C (or 0x8A060C) is known color: Sangria. HEX triplet: 8A, 06 and 0C. RGB value is (138,6,12). Sum of RGB (Red+Green+Blue) = 138+6+12=156 (20% of max value = 765). Red value is 138 (54.30% from 255 or 88.46% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 138 - color contains mainly: red. Hex color #8A060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A060C is #75F9F3. Grayscale: #2E2E2E. Windows color (decimal): -7731700 or 788106. OLE color: 788106.

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

Color convert

RGB 138 6 12 -
CMYK 0 0.96 0.91 0.46
HSL 357.27º 0.92% 0.28% -
HSV(B) 357.27º 0.96% 0.54% -
XYZ 10.61 5.56 0.86 -
YUV 46.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 138 6 12 0 0.96 0.91 0.46 357.27 0.92 0.28
Hex 8A 6 C 0 60 5B 2E 165 5C 1C
Octal 212 6 14 0 140 133 56 545 134 34
Binary 10001010 110 1100 0 1100000 1011011 101110 101100101 1011100 11100

Color Harmonies of #8A060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A060C

Black with #8A060C

Text Example


Text Example

White with #8A060C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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