Html Css Color HEX #8D010C Sangria

📋 copy color: '#8D010C'

red 141 ◦ green 1 ◦ blue 12

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

Shades of Sangria #8D010C

Tints of Sangria #8D010C

RGB

 RED value IS 141 (55.47% from 255) = 91.56%

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

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

R = 91.56%
G = 0.65%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D010C (or 0x8D010C) is known color: Sangria. HEX triplet: 8D, 01 and 0C. RGB value is (141,1,12). Sum of RGB (Red+Green+Blue) = 141+1+12=154 (20% of max value = 765). Red value is 141 (55.47% from 255 or 91.56% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 141 - color contains mainly: red. Hex color #8D010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D010C is #72FEF3. Grayscale: #2C2C2C. Windows color (decimal): -7536372 or 786829. OLE color: 786829.

HSL color Cylindrical-coordinate representation of color #8D010C: hue angle of 355.29º 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 #8D010C is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 1 12 -
CMYK 0 0.99 0.91 0.45
HSL 355.29º 0.99% 0.28% -
HSV(B) 355.29º 0.99% 0.55% -
XYZ 11.06 5.71 0.87 -
YUV 44.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 141 1 12 0 0.99 0.91 0.45 355.29 0.99 0.28
Hex 8D 1 C 0 63 5B 2D 163 63 1C
Octal 215 1 14 0 143 133 55 543 143 34
Binary 10001101 1 1100 0 1100011 1011011 101101 101100011 1100011 11100

Color Harmonies of #8D010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D010C

Black with #8D010C

Text Example


Text Example

White with #8D010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,1,12); }

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

background-color css

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

 a { background-color: rgb(141,1,12); }

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

border-color css

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

 span { border-color: rgb(141,1,12); }

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