Html Css Color HEX #8D000F Sangria

📋 copy color: '#8D000F'

red 141 ◦ green 0 ◦ blue 15

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

Shades of Sangria #8D000F

Tints of Sangria #8D000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 15 (6.25% from 255) = 9.62%

R = 90.38%
G = 0%
B = 9.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D000F (or 0x8D000F) is known color: Sangria. HEX triplet: 8D, 00 and 0F. RGB value is (141,0,15). Sum of RGB (Red+Green+Blue) = 141+0+15=156 (20% of max value = 765). Red value is 141 (55.47% from 255 or 90.38% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 141 - color contains mainly: red. Hex color #8D000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D000F is #72FFF0. Grayscale: #2B2B2B. Windows color (decimal): -7536625 or 983181. OLE color: 983181.

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

Color convert

RGB 141 0 15 -
CMYK 0 1 0.89 0.45
HSL 353.62º 1% 0.28% -
HSV(B) 353.62º 1% 0.55% -
XYZ 11.07 5.7 0.97 -
YUV 43.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 141 0 15 0 1 0.89 0.45 353.62 1 0.28
Hex 8D 0 F 0 64 59 2D 162 64 1C
Octal 215 0 17 0 144 131 55 542 144 34
Binary 10001101 0 1111 0 1100100 1011001 101101 101100010 1100100 11100

Color Harmonies of #8D000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D000F

Black with #8D000F

Text Example


Text Example

White with #8D000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,0,15); }

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

background-color css

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

 a { background-color: rgb(141,0,15); }

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

border-color css

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

 span { border-color: rgb(141,0,15); }

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