Html Css Color HEX #8D1C5D Rose Bud Cherry

📋 copy color: '#8D1C5D'

red 141 ◦ green 28 ◦ blue 93

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

Shades of Rose Bud Cherry #8D1C5D

Tints of Rose Bud Cherry #8D1C5D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.69%

 BLUE value IS 93 (36.72% from 255) = 35.5%

R = 53.82%
G = 10.69%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8D1C5D (or 0x8D1C5D) is known color: Rose Bud Cherry. HEX triplet: 8D, 1C and 5D. RGB value is (141,28,93). Sum of RGB (Red+Green+Blue) = 141+28+93=262 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.82% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1C5D is #72E3A2. Grayscale: #454545. Windows color (decimal): -7529379 or 6102157. OLE color: 6102157.

HSL color Cylindrical-coordinate representation of color #8D1C5D: hue angle of 325.49º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1C5D is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 28 93 -
CMYK 0 0.80 0.34 0.45
HSL 325.49º 0.67% 0.33% -
HSV(B) 325.49º 0.8% 0.55% -
XYZ 13.38 7.28 11.06 -
YUV 69.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 141 28 93 0 0.80 0.34 0.45 325.49 0.67 0.33
Hex 8D 1C 5D 0 50 22 2D 145 43 21
Octal 215 34 135 0 120 42 55 505 103 41
Binary 10001101 11100 1011101 0 1010000 100010 101101 101000101 1000011 100001

Color Harmonies of #8D1C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1C5D

Black with #8D1C5D

Text Example


Text Example

White with #8D1C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,28,93); }

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

background-color css

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

 a { background-color: rgb(141,28,93); }

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

border-color css

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

 span { border-color: rgb(141,28,93); }

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