Html Css Color HEX #8D2156 Rose Bud Cherry

📋 copy color: '#8D2156'

red 141 ◦ green 33 ◦ blue 86

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

Shades of Rose Bud Cherry #8D2156

Tints of Rose Bud Cherry #8D2156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.69%

 BLUE value IS 86 (33.98% from 255) = 33.08%

R = 54.23%
G = 12.69%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8D2156 (or 0x8D2156) is known color: Rose Bud Cherry. HEX triplet: 8D, 21 and 56. RGB value is (141,33,86). Sum of RGB (Red+Green+Blue) = 141+33+86=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2156 is #72DEA9. Grayscale: #474747. Windows color (decimal): -7528106 or 5644685. OLE color: 5644685.

HSL color Cylindrical-coordinate representation of color #8D2156: hue angle of 330.56º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2156 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 33 86 -
CMYK 0 0.77 0.39 0.45
HSL 330.56º 0.62% 0.34% -
HSV(B) 330.56º 0.77% 0.55% -
XYZ 13.21 7.42 9.54 -
YUV 71.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 141 33 86 0 0.77 0.39 0.45 330.56 0.62 0.34
Hex 8D 21 56 0 4D 27 2D 14B 3E 22
Octal 215 41 126 0 115 47 55 513 76 42
Binary 10001101 100001 1010110 0 1001101 100111 101101 101001011 111110 100010

Color Harmonies of #8D2156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2156

Black with #8D2156

Text Example


Text Example

White with #8D2156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,33,86); }

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

background-color css

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

 a { background-color: rgb(141,33,86); }

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

border-color css

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

 span { border-color: rgb(141,33,86); }

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