Html Css Color HEX #8D3754 Rose Bud Cherry

📋 copy color: '#8D3754'

red 141 ◦ green 55 ◦ blue 84

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

Shades of Rose Bud Cherry #8D3754

Tints of Rose Bud Cherry #8D3754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30%

R = 50.36%
G = 19.64%
B = 30%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8D3754 (or 0x8D3754) is known color: Rose Bud Cherry. HEX triplet: 8D, 37 and 54. RGB value is (141,55,84). Sum of RGB (Red+Green+Blue) = 141+55+84=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3754 is #72C8AB. Grayscale: #535353. Windows color (decimal): -7522476 or 5519245. OLE color: 5519245.

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

Color convert

RGB 141 55 84 -
CMYK 0 0.61 0.40 0.45
HSL 339.77º 0.44% 0.38% -
HSV(B) 339.77º 0.61% 0.55% -
XYZ 13.95 9.04 9.4 -
YUV 84.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 141 55 84 0 0.61 0.40 0.45 339.77 0.44 0.38
Hex 8D 37 54 0 3D 28 2D 154 2C 26
Octal 215 67 124 0 75 50 55 524 54 46
Binary 10001101 110111 1010100 0 111101 101000 101101 101010100 101100 100110

Color Harmonies of #8D3754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3754

Black with #8D3754

Text Example


Text Example

White with #8D3754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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