Html Css Color HEX #8C2353 Rose Bud Cherry

📋 copy color: '#8C2353'

red 140 ◦ green 35 ◦ blue 83

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

Shades of Rose Bud Cherry #8C2353

Tints of Rose Bud Cherry #8C2353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

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

R = 54.26%
G = 13.57%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C2353 (or 0x8C2353) is known color: Rose Bud Cherry. HEX triplet: 8C, 23 and 53. RGB value is (140,35,83). Sum of RGB (Red+Green+Blue) = 140+35+83=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2353 is #73DCAC. Grayscale: #474747. Windows color (decimal): -7593133 or 5448588. OLE color: 5448588.

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

Color convert

RGB 140 35 83 -
CMYK 0 0.75 0.41 0.45
HSL 332.57º 0.6% 0.34% -
HSV(B) 332.57º 0.75% 0.55% -
XYZ 12.98 7.4 8.93 -
YUV 71.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 140 35 83 0 0.75 0.41 0.45 332.57 0.6 0.34
Hex 8C 23 53 0 4B 29 2D 14D 3C 22
Octal 214 43 123 0 113 51 55 515 74 42
Binary 10001100 100011 1010011 0 1001011 101001 101101 101001101 111100 100010

Color Harmonies of #8C2353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2353

Black with #8C2353

Text Example


Text Example

White with #8C2353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,35,83); }

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

background-color css

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

 a { background-color: rgb(140,35,83); }

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

border-color css

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

 span { border-color: rgb(140,35,83); }

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