Html Css Color HEX #8D255B Rose Bud Cherry

📋 copy color: '#8D255B'

red 141 ◦ green 37 ◦ blue 91

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

Shades of Rose Bud Cherry #8D255B

Tints of Rose Bud Cherry #8D255B

RGB

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

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

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

R = 52.42%
G = 13.75%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D255B (or 0x8D255B) is known color: Rose Bud Cherry. HEX triplet: 8D, 25 and 5B. RGB value is (141,37,91). Sum of RGB (Red+Green+Blue) = 141+37+91=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D255B is #72DAA4. Grayscale: #4A4A4A. Windows color (decimal): -7527077 or 5973389. OLE color: 5973389.

HSL color Cylindrical-coordinate representation of color #8D255B: hue angle of 328.85º 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 #8D255B is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 37 91 -
CMYK 0 0.74 0.35 0.45
HSL 328.85º 0.58% 0.35% -
HSV(B) 328.85º 0.74% 0.55% -
XYZ 13.53 7.74 10.68 -
YUV 74.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 141 37 91 0 0.74 0.35 0.45 328.85 0.58 0.35
Hex 8D 25 5B 0 4A 23 2D 149 3A 23
Octal 215 45 133 0 112 43 55 511 72 43
Binary 10001101 100101 1011011 0 1001010 100011 101101 101001001 111010 100011

Color Harmonies of #8D255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D255B

Black with #8D255B

Text Example


Text Example

White with #8D255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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