Html Css Color HEX #8A060E Sangria

📋 copy color: '#8A060E'

red 138 ◦ green 6 ◦ blue 14

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

Shades of Sangria #8A060E

Tints of Sangria #8A060E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.86%

R = 87.34%
G = 3.8%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#8A060E (or 0x8A060E) is known color: Sangria. HEX triplet: 8A, 06 and 0E. RGB value is (138,6,14). Sum of RGB (Red+Green+Blue) = 138+6+14=158 (20% of max value = 765). Red value is 138 (54.30% from 255 or 87.34% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 138 - color contains mainly: red. Hex color #8A060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A060E is #75F9F1. Grayscale: #2E2E2E. Windows color (decimal): -7731698 or 919178. OLE color: 919178.

HSL color Cylindrical-coordinate representation of color #8A060E: hue angle of 356.36º 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 #8A060E is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 6 14 -
CMYK 0 0.96 0.90 0.46
HSL 356.36º 0.92% 0.28% -
HSV(B) 356.36º 0.96% 0.54% -
XYZ 10.63 5.57 0.93 -
YUV 46.38 109.73 193.35 -
System Red Green Blue C M Y K H S L
Decimal 138 6 14 0 0.96 0.90 0.46 356.36 0.92 0.28
Hex 8A 6 E 0 60 5A 2E 164 5C 1C
Octal 212 6 16 0 140 132 56 544 134 34
Binary 10001010 110 1110 0 1100000 1011010 101110 101100100 1011100 11100

Color Harmonies of #8A060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A060E

Black with #8A060E

Text Example


Text Example

White with #8A060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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