Html Css Color HEX #8D030C Sangria

📋 copy color: '#8D030C'

red 141 ◦ green 3 ◦ blue 12

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

Shades of Sangria #8D030C

Tints of Sangria #8D030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.92%

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

R = 90.38%
G = 1.92%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D030C (or 0x8D030C) is known color: Sangria. HEX triplet: 8D, 03 and 0C. RGB value is (141,3,12). Sum of RGB (Red+Green+Blue) = 141+3+12=156 (20% of max value = 765). Red value is 141 (55.47% from 255 or 90.38% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 141 - color contains mainly: red. Hex color #8D030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D030C is #72FCF3. Grayscale: #2D2D2D. Windows color (decimal): -7535860 or 787341. OLE color: 787341.

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

Color convert

RGB 141 3 12 -
CMYK 0 0.98 0.91 0.45
HSL 356.09º 0.96% 0.28% -
HSV(B) 356.09º 0.98% 0.55% -
XYZ 11.08 5.75 0.87 -
YUV 45.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 141 3 12 0 0.98 0.91 0.45 356.09 0.96 0.28
Hex 8D 3 C 0 62 5B 2D 164 60 1C
Octal 215 3 14 0 142 133 55 544 140 34
Binary 10001101 11 1100 0 1100010 1011011 101101 101100100 1100000 11100

Color Harmonies of #8D030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D030C

Black with #8D030C

Text Example


Text Example

White with #8D030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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