Html Css Color HEX #8D2561 Rose Bud Cherry

📋 copy color: '#8D2561'

red 141 ◦ green 37 ◦ blue 97

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

Shades of Rose Bud Cherry #8D2561

Tints of Rose Bud Cherry #8D2561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

 BLUE value IS 97 (38.28% from 255) = 35.27%

R = 51.27%
G = 13.45%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8D2561 (or 0x8D2561) is known color: Rose Bud Cherry. HEX triplet: 8D, 25 and 61. RGB value is (141,37,97). Sum of RGB (Red+Green+Blue) = 141+37+97=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2561 is #72DA9E. Grayscale: #4A4A4A. Windows color (decimal): -7527071 or 6366605. OLE color: 6366605.

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

Color convert

RGB 141 37 97 -
CMYK 0 0.74 0.31 0.45
HSL 325.38º 0.58% 0.35% -
HSV(B) 325.38º 0.74% 0.55% -
XYZ 13.8 7.85 12.1 -
YUV 74.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 141 37 97 0 0.74 0.31 0.45 325.38 0.58 0.35
Hex 8D 25 61 0 4A 1F 2D 145 3A 23
Octal 215 45 141 0 112 37 55 505 72 43
Binary 10001101 100101 1100001 0 1001010 11111 101101 101000101 111010 100011

Color Harmonies of #8D2561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2561

Black with #8D2561

Text Example


Text Example

White with #8D2561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,37,97); }

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

background-color css

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

 a { background-color: rgb(141,37,97); }

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

border-color css

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

 span { border-color: rgb(141,37,97); }

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