Html Css Color HEX #8D3250 Disco

📋 copy color: '#8D3250'

red 141 ◦ green 50 ◦ blue 80

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

Shades of Disco #8D3250

Tints of Disco #8D3250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 52.03%
G = 18.45%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8D3250 (or 0x8D3250) is known color: Disco. HEX triplet: 8D, 32 and 50. RGB value is (141,50,80). Sum of RGB (Red+Green+Blue) = 141+50+80=271 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.03% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3250 is #72CDAF. Grayscale: #505050. Windows color (decimal): -7523760 or 5255821. OLE color: 5255821.

HSL color Cylindrical-coordinate representation of color #8D3250: hue angle of 340.22º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3250 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 50 80 -
CMYK 0 0.65 0.43 0.45
HSL 340.22º 0.48% 0.37% -
HSV(B) 340.22º 0.65% 0.55% -
XYZ 13.57 8.52 8.52 -
YUV 80.63 127.65 171.06 -
System Red Green Blue C M Y K H S L
Decimal 141 50 80 0 0.65 0.43 0.45 340.22 0.48 0.37
Hex 8D 32 50 0 41 2B 2D 154 30 25
Octal 215 62 120 0 101 53 55 524 60 45
Binary 10001101 110010 1010000 0 1000001 101011 101101 101010100 110000 100101

Color Harmonies of #8D3250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3250

Black with #8D3250

Text Example


Text Example

White with #8D3250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,50,80); }

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

background-color css

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

 a { background-color: rgb(141,50,80); }

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

border-color css

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

 span { border-color: rgb(141,50,80); }

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