Html Css Color HEX #8D2452 Rose Bud Cherry

📋 copy color: '#8D2452'

red 141 ◦ green 36 ◦ blue 82

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

Shades of Rose Bud Cherry #8D2452

Tints of Rose Bud Cherry #8D2452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.9%

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 54.44%
G = 13.9%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8D2452 (or 0x8D2452) is known color: Rose Bud Cherry. HEX triplet: 8D, 24 and 52. RGB value is (141,36,82). Sum of RGB (Red+Green+Blue) = 141+36+82=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2452 is #72DBAD. Grayscale: #484848. Windows color (decimal): -7527342 or 5383309. OLE color: 5383309.

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

Color convert

RGB 141 36 82 -
CMYK 0 0.74 0.42 0.45
HSL 333.71º 0.59% 0.35% -
HSV(B) 333.71º 0.74% 0.55% -
XYZ 13.14 7.53 8.74 -
YUV 72.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 141 36 82 0 0.74 0.42 0.45 333.71 0.59 0.35
Hex 8D 24 52 0 4A 2A 2D 14E 3B 23
Octal 215 44 122 0 112 52 55 516 73 43
Binary 10001101 100100 1010010 0 1001010 101010 101101 101001110 111011 100011

Color Harmonies of #8D2452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2452

Black with #8D2452

Text Example


Text Example

White with #8D2452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,36,82); }

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

background-color css

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

 a { background-color: rgb(141,36,82); }

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

border-color css

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

 span { border-color: rgb(141,36,82); }

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