Html Css Color HEX #8D365F Rose Bud Cherry

📋 copy color: '#8D365F'

red 141 ◦ green 54 ◦ blue 95

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

Shades of Rose Bud Cherry #8D365F

Tints of Rose Bud Cherry #8D365F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 48.62%
G = 18.62%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D365F (or 0x8D365F) is known color: Rose Bud Cherry. HEX triplet: 8D, 36 and 5F. RGB value is (141,54,95). Sum of RGB (Red+Green+Blue) = 141+54+95=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D365F is #72C9A0. Grayscale: #545454. Windows color (decimal): -7522721 or 6239885. OLE color: 6239885.

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

Color convert

RGB 141 54 95 -
CMYK 0 0.62 0.33 0.45
HSL 331.72º 0.45% 0.38% -
HSV(B) 331.72º 0.62% 0.55% -
XYZ 14.37 9.13 11.83 -
YUV 84.69 133.82 168.17 -
System Red Green Blue C M Y K H S L
Decimal 141 54 95 0 0.62 0.33 0.45 331.72 0.45 0.38
Hex 8D 36 5F 0 3E 21 2D 14C 2D 26
Octal 215 66 137 0 76 41 55 514 55 46
Binary 10001101 110110 1011111 0 111110 100001 101101 101001100 101101 100110

Color Harmonies of #8D365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D365F

Black with #8D365F

Text Example


Text Example

White with #8D365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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