Html Css Color HEX #8C010A Sangria

📋 copy color: '#8C010A'

red 140 ◦ green 1 ◦ blue 10

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

Shades of Sangria #8C010A

Tints of Sangria #8C010A

RGB

 RED value IS 140 (55.08% from 255) = 92.72%

 GREEN value IS 1 (0.78% from 255) = 0.66%

 BLUE value IS 10 (4.3% from 255) = 6.62%

R = 92.72%
G = 0.66%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8C010A (or 0x8C010A) is known color: Sangria. HEX triplet: 8C, 01 and 0A. RGB value is (140,1,10). Sum of RGB (Red+Green+Blue) = 140+1+10=151 (20% of max value = 765). Red value is 140 (55.08% from 255 or 92.72% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 140 - color contains mainly: red. Hex color #8C010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C010A is #73FEF5. Grayscale: #2B2B2B. Windows color (decimal): -7601910 or 655756. OLE color: 655756.

HSL color Cylindrical-coordinate representation of color #8C010A: hue angle of 356.12º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C010A is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 1 10 -
CMYK 0 0.99 0.93 0.45
HSL 356.12º 0.99% 0.28% -
HSV(B) 356.12º 0.99% 0.55% -
XYZ 10.88 5.62 0.8 -
YUV 43.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 140 1 10 0 0.99 0.93 0.45 356.12 0.99 0.28
Hex 8C 1 A 0 63 5D 2D 164 63 1C
Octal 214 1 12 0 143 135 55 544 143 34
Binary 10001100 1 1010 0 1100011 1011101 101101 101100100 1100011 11100

Color Harmonies of #8C010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C010A

Black with #8C010A

Text Example


Text Example

White with #8C010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,1,10); }

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

background-color css

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

 a { background-color: rgb(140,1,10); }

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

border-color css

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

 span { border-color: rgb(140,1,10); }

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