Html Css Color HEX #80355D Rose Bud Cherry

📋 copy color: '#80355D'

red 128 ◦ green 53 ◦ blue 93

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

Shades of Rose Bud Cherry #80355D

Tints of Rose Bud Cherry #80355D

RGB

 RED value IS 128 (50.39% from 255) = 46.72%

 GREEN value IS 53 (21.09% from 255) = 19.34%

 BLUE value IS 93 (36.72% from 255) = 33.94%

R = 46.72%
G = 19.34%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80355D (or 0x80355D) is known color: Rose Bud Cherry. HEX triplet: 80, 35 and 5D. RGB value is (128,53,93). Sum of RGB (Red+Green+Blue) = 128+53+93=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80355D is #7FCAA2. Grayscale: #4F4F4F. Windows color (decimal): -8374947 or 6108544. OLE color: 6108544.

HSL color Cylindrical-coordinate representation of color #80355D: hue angle of 328º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80355D is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 53 93 -
CMYK 0 0.59 0.27 0.50
HSL 328º 0.41% 0.35% -
HSV(B) 328º 0.59% 0.5% -
XYZ 12.15 7.93 11.25 -
YUV 79.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 128 53 93 0 0.59 0.27 0.50 328 0.41 0.35
Hex 80 35 5D 0 3B 1B 32 148 29 23
Octal 200 65 135 0 73 33 62 510 51 43
Binary 10000000 110101 1011101 0 111011 11011 110010 101001000 101001 100011

Color Harmonies of #80355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80355D

Black with #80355D

Text Example


Text Example

White with #80355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80355D; }

 p { color: rgb(128,53,93); }

 H1.HeaderClassName
 {
   color: #80355D;
 }
 .AnyTagClassName
 {
   color: #80355D;
 }
</style>

background-color css

<style>
 a { background-color: #80355D; }

 a { background-color: rgb(128,53,93); }

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

border-color css

<style>
 span { border-color: #80355D; }

 span { border-color: rgb(128,53,93); }

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