Html Css Color HEX #8D3463 Rose Bud Cherry

📋 copy color: '#8D3463'

red 141 ◦ green 52 ◦ blue 99

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

Shades of Rose Bud Cherry #8D3463

Tints of Rose Bud Cherry #8D3463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.9%

R = 48.29%
G = 17.81%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8D3463 (or 0x8D3463) is known color: Rose Bud Cherry. HEX triplet: 8D, 34 and 63. RGB value is (141,52,99). Sum of RGB (Red+Green+Blue) = 141+52+99=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3463 is #72CB9C. Grayscale: #535353. Windows color (decimal): -7523229 or 6501517. OLE color: 6501517.

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

Color convert

RGB 141 52 99 -
CMYK 0 0.63 0.30 0.45
HSL 328.31º 0.46% 0.38% -
HSV(B) 328.31º 0.63% 0.55% -
XYZ 14.46 9.02 12.78 -
YUV 83.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 141 52 99 0 0.63 0.30 0.45 328.31 0.46 0.38
Hex 8D 34 63 0 3F 1E 2D 148 2E 26
Octal 215 64 143 0 77 36 55 510 56 46
Binary 10001101 110100 1100011 0 111111 11110 101101 101001000 101110 100110

Color Harmonies of #8D3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3463

Black with #8D3463

Text Example


Text Example

White with #8D3463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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