Html Css Color HEX #8D366B Rose Bud Cherry

📋 copy color: '#8D366B'

red 141 ◦ green 54 ◦ blue 107

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

Shades of Rose Bud Cherry #8D366B

Tints of Rose Bud Cherry #8D366B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 46.69%
G = 17.88%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8D366B (or 0x8D366B) is known color: Rose Bud Cherry. HEX triplet: 8D, 36 and 6B. RGB value is (141,54,107). Sum of RGB (Red+Green+Blue) = 141+54+107=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D366B is #72C994. Grayscale: #555555. Windows color (decimal): -7522709 or 7026317. OLE color: 7026317.

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

Color convert

RGB 141 54 107 -
CMYK 0 0.62 0.24 0.45
HSL 323.45º 0.45% 0.38% -
HSV(B) 323.45º 0.62% 0.55% -
XYZ 14.96 9.36 14.93 -
YUV 86.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 141 54 107 0 0.62 0.24 0.45 323.45 0.45 0.38
Hex 8D 36 6B 0 3E 18 2D 143 2D 26
Octal 215 66 153 0 76 30 55 503 55 46
Binary 10001101 110110 1101011 0 111110 11000 101101 101000011 101101 100110

Color Harmonies of #8D366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D366B

Black with #8D366B

Text Example


Text Example

White with #8D366B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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