Html Css Color HEX #80355F Rose Bud Cherry

📋 copy color: '#80355F'

red 128 ◦ green 53 ◦ blue 95

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

Shades of Rose Bud Cherry #80355F

Tints of Rose Bud Cherry #80355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 46.38%
G = 19.2%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80355F (or 0x80355F) is known color: Rose Bud Cherry. HEX triplet: 80, 35 and 5F. RGB value is (128,53,95). Sum of RGB (Red+Green+Blue) = 128+53+95=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80355F is #7FCAA0. Grayscale: #505050. Windows color (decimal): -8374945 or 6239616. OLE color: 6239616.

HSL color Cylindrical-coordinate representation of color #80355F: hue angle of 326.4º 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 #80355F is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 53 95 -
CMYK 0 0.59 0.26 0.50
HSL 326.4º 0.41% 0.35% -
HSV(B) 326.4º 0.59% 0.5% -
XYZ 12.24 7.96 11.72 -
YUV 80.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 128 53 95 0 0.59 0.26 0.50 326.4 0.41 0.35
Hex 80 35 5F 0 3B 1A 32 146 29 23
Octal 200 65 137 0 73 32 62 506 51 43
Binary 10000000 110101 1011111 0 111011 11010 110010 101000110 101001 100011

Color Harmonies of #80355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80355F

Black with #80355F

Text Example


Text Example

White with #80355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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