Html Css Color HEX #80355B Rose Bud Cherry

📋 copy color: '#80355B'

red 128 ◦ green 53 ◦ blue 91

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

Shades of Rose Bud Cherry #80355B

Tints of Rose Bud Cherry #80355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 47.06%
G = 19.49%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80355B (or 0x80355B) is known color: Rose Bud Cherry. HEX triplet: 80, 35 and 5B. RGB value is (128,53,91). Sum of RGB (Red+Green+Blue) = 128+53+91=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80355B is #7FCAA4. Grayscale: #4F4F4F. Windows color (decimal): -8374949 or 5977472. OLE color: 5977472.

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

Color convert

RGB 128 53 91 -
CMYK 0 0.59 0.29 0.50
HSL 329.6º 0.41% 0.35% -
HSV(B) 329.6º 0.59% 0.5% -
XYZ 12.06 7.89 10.78 -
YUV 79.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 128 53 91 0 0.59 0.29 0.50 329.6 0.41 0.35
Hex 80 35 5B 0 3B 1D 32 14A 29 23
Octal 200 65 133 0 73 35 62 512 51 43
Binary 10000000 110101 1011011 0 111011 11101 110010 101001010 101001 100011

Color Harmonies of #80355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80355B

Black with #80355B

Text Example


Text Example

White with #80355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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