Html Css Color HEX #8D365D Rose Bud Cherry

📋 copy color: '#8D365D'

red 141 ◦ green 54 ◦ blue 93

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

Shades of Rose Bud Cherry #8D365D

Tints of Rose Bud Cherry #8D365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.75%

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 48.96%
G = 18.75%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8D365D (or 0x8D365D) is known color: Rose Bud Cherry. HEX triplet: 8D, 36 and 5D. RGB value is (141,54,93). Sum of RGB (Red+Green+Blue) = 141+54+93=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D365D is #72C9A2. Grayscale: #545454. Windows color (decimal): -7522723 or 6108813. OLE color: 6108813.

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

Color convert

RGB 141 54 93 -
CMYK 0 0.62 0.34 0.45
HSL 333.1º 0.45% 0.38% -
HSV(B) 333.1º 0.62% 0.55% -
XYZ 14.28 9.09 11.36 -
YUV 84.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 141 54 93 0 0.62 0.34 0.45 333.1 0.45 0.38
Hex 8D 36 5D 0 3E 22 2D 14D 2D 26
Octal 215 66 135 0 76 42 55 515 55 46
Binary 10001101 110110 1011101 0 111110 100010 101101 101001101 101101 100110

Color Harmonies of #8D365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D365D

Black with #8D365D

Text Example


Text Example

White with #8D365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,54,93); }

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

background-color css

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

 a { background-color: rgb(141,54,93); }

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

border-color css

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

 span { border-color: rgb(141,54,93); }

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