Html Css Color HEX #8D185B Rose Bud Cherry

📋 copy color: '#8D185B'

red 141 ◦ green 24 ◦ blue 91

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

Shades of Rose Bud Cherry #8D185B

Tints of Rose Bud Cherry #8D185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.38%

 BLUE value IS 91 (35.94% from 255) = 35.55%

R = 55.08%
G = 9.38%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D185B (or 0x8D185B) is known color: Rose Bud Cherry. HEX triplet: 8D, 18 and 5B. RGB value is (141,24,91). Sum of RGB (Red+Green+Blue) = 141+24+91=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D185B is #72E7A4. Grayscale: #424242. Windows color (decimal): -7530405 or 5970061. OLE color: 5970061.

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

Color convert

RGB 141 24 91 -
CMYK 0 0.83 0.35 0.45
HSL 325.64º 0.71% 0.32% -
HSV(B) 325.64º 0.83% 0.55% -
XYZ 13.2 7.07 10.57 -
YUV 66.62 141.76 181.05 -
System Red Green Blue C M Y K H S L
Decimal 141 24 91 0 0.83 0.35 0.45 325.64 0.71 0.32
Hex 8D 18 5B 0 53 23 2D 146 47 20
Octal 215 30 133 0 123 43 55 506 107 40
Binary 10001101 11000 1011011 0 1010011 100011 101101 101000110 1000111 100000

Color Harmonies of #8D185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D185B

Black with #8D185B

Text Example


Text Example

White with #8D185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,24,91); }

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

background-color css

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

 a { background-color: rgb(141,24,91); }

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

border-color css

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

 span { border-color: rgb(141,24,91); }

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