Html Css Color HEX #8D376C Rose Bud Cherry

📋 copy color: '#8D376C'

red 141 ◦ green 55 ◦ blue 108

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

Shades of Rose Bud Cherry #8D376C

Tints of Rose Bud Cherry #8D376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.09%

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 46.38%
G = 18.09%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D376C (or 0x8D376C) is known color: Rose Bud Cherry. HEX triplet: 8D, 37 and 6C. RGB value is (141,55,108). Sum of RGB (Red+Green+Blue) = 141+55+108=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D376C is #72C893. Grayscale: #565656. Windows color (decimal): -7522452 or 7092109. OLE color: 7092109.

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

Color convert

RGB 141 55 108 -
CMYK 0 0.61 0.23 0.45
HSL 323.02º 0.44% 0.38% -
HSV(B) 323.02º 0.61% 0.55% -
XYZ 15.06 9.48 15.22 -
YUV 86.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 141 55 108 0 0.61 0.23 0.45 323.02 0.44 0.38
Hex 8D 37 6C 0 3D 17 2D 143 2C 26
Octal 215 67 154 0 75 27 55 503 54 46
Binary 10001101 110111 1101100 0 111101 10111 101101 101000011 101100 100110

Color Harmonies of #8D376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D376C

Black with #8D376C

Text Example


Text Example

White with #8D376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,55,108); }

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

background-color css

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

 a { background-color: rgb(141,55,108); }

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

border-color css

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

 span { border-color: rgb(141,55,108); }

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