Html Css Color HEX #8D0608 Sangria

📋 copy color: '#8D0608'

red 141 ◦ green 6 ◦ blue 8

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

Shades of Sangria #8D0608

Tints of Sangria #8D0608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 90.97%
G = 3.87%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8D0608 (or 0x8D0608) is known color: Sangria. HEX triplet: 8D, 06 and 08. RGB value is (141,6,8). Sum of RGB (Red+Green+Blue) = 141+6+8=155 (20% of max value = 765). Red value is 141 (55.47% from 255 or 90.97% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0608 is #72F9F7. Grayscale: #2E2E2E. Windows color (decimal): -7535096 or 525965. OLE color: 525965.

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

Color convert

RGB 141 6 8 -
CMYK 0 0.96 0.94 0.45
HSL 359.11º 0.92% 0.29% -
HSV(B) 359.11º 0.96% 0.55% -
XYZ 11.09 5.81 0.77 -
YUV 46.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 141 6 8 0 0.96 0.94 0.45 359.11 0.92 0.29
Hex 8D 6 8 0 60 5E 2D 167 5C 1D
Octal 215 6 10 0 140 136 55 547 134 35
Binary 10001101 110 1000 0 1100000 1011110 101101 101100111 1011100 11101

Color Harmonies of #8D0608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0608

Black with #8D0608

Text Example


Text Example

White with #8D0608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,6,8); }

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

background-color css

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

 a { background-color: rgb(141,6,8); }

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

border-color css

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

 span { border-color: rgb(141,6,8); }

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