Html Css Color HEX #8C3463 Rose Bud Cherry

📋 copy color: '#8C3463'

red 140 ◦ green 52 ◦ blue 99

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

Shades of Rose Bud Cherry #8C3463

Tints of Rose Bud Cherry #8C3463

RGB

 RED value IS 140 (55.08% from 255) = 48.11%

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

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

R = 48.11%
G = 17.87%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C3463 (or 0x8C3463) is known color: Rose Bud Cherry. HEX triplet: 8C, 34 and 63. RGB value is (140,52,99). Sum of RGB (Red+Green+Blue) = 140+52+99=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3463 is #73CB9C. Grayscale: #535353. Windows color (decimal): -7588765 or 6501516. OLE color: 6501516.

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

Color convert

RGB 140 52 99 -
CMYK 0 0.63 0.29 0.45
HSL 327.95º 0.46% 0.38% -
HSV(B) 327.95º 0.63% 0.55% -
XYZ 14.3 8.93 12.78 -
YUV 83.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 140 52 99 0 0.63 0.29 0.45 327.95 0.46 0.38
Hex 8C 34 63 0 3F 1D 2D 148 2E 26
Octal 214 64 143 0 77 35 55 510 56 46
Binary 10001100 110100 1100011 0 111111 11101 101101 101001000 101110 100110

Color Harmonies of #8C3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3463

Black with #8C3463

Text Example


Text Example

White with #8C3463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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