Html Css Color HEX #8D285C Rose Bud Cherry

📋 copy color: '#8D285C'

red 141 ◦ green 40 ◦ blue 92

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

Shades of Rose Bud Cherry #8D285C

Tints of Rose Bud Cherry #8D285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 51.65%
G = 14.65%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D285C (or 0x8D285C) is known color: Rose Bud Cherry. HEX triplet: 8D, 28 and 5C. RGB value is (141,40,92). Sum of RGB (Red+Green+Blue) = 141+40+92=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D285C is #72D7A3. Grayscale: #4C4C4C. Windows color (decimal): -7526308 or 6039693. OLE color: 6039693.

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

Color convert

RGB 141 40 92 -
CMYK 0 0.72 0.35 0.45
HSL 329.11º 0.56% 0.35% -
HSV(B) 329.11º 0.72% 0.55% -
XYZ 13.68 7.95 10.94 -
YUV 76.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 141 40 92 0 0.72 0.35 0.45 329.11 0.56 0.35
Hex 8D 28 5C 0 48 23 2D 149 38 23
Octal 215 50 134 0 110 43 55 511 70 43
Binary 10001101 101000 1011100 0 1001000 100011 101101 101001001 111000 100011

Color Harmonies of #8D285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D285C

Black with #8D285C

Text Example


Text Example

White with #8D285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,40,92); }

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

background-color css

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

 a { background-color: rgb(141,40,92); }

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

border-color css

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

 span { border-color: rgb(141,40,92); }

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