Html Css Color HEX #8D3453 Rose Bud Cherry

📋 copy color: '#8D3453'

red 141 ◦ green 52 ◦ blue 83

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

Shades of Rose Bud Cherry #8D3453

Tints of Rose Bud Cherry #8D3453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.84%

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 51.09%
G = 18.84%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8D3453 (or 0x8D3453) is known color: Rose Bud Cherry. HEX triplet: 8D, 34 and 53. RGB value is (141,52,83). Sum of RGB (Red+Green+Blue) = 141+52+83=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3453 is #72CBAC. Grayscale: #525252. Windows color (decimal): -7523245 or 5452941. OLE color: 5452941.

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

Color convert

RGB 141 52 83 -
CMYK 0 0.63 0.41 0.45
HSL 339.1º 0.46% 0.38% -
HSV(B) 339.1º 0.63% 0.55% -
XYZ 13.77 8.74 9.15 -
YUV 82.15 128.49 169.98 -
System Red Green Blue C M Y K H S L
Decimal 141 52 83 0 0.63 0.41 0.45 339.1 0.46 0.38
Hex 8D 34 53 0 3F 29 2D 153 2E 26
Octal 215 64 123 0 77 51 55 523 56 46
Binary 10001101 110100 1010011 0 111111 101001 101101 101010011 101110 100110

Color Harmonies of #8D3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3453

Black with #8D3453

Text Example


Text Example

White with #8D3453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,52,83); }

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

background-color css

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

 a { background-color: rgb(141,52,83); }

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

border-color css

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

 span { border-color: rgb(141,52,83); }

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