Html Css Color HEX #80335D Rose Bud Cherry

📋 copy color: '#80335D'

red 128 ◦ green 51 ◦ blue 93

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

Shades of Rose Bud Cherry #80335D

Tints of Rose Bud Cherry #80335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 47.06%
G = 18.75%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80335D (or 0x80335D) is known color: Rose Bud Cherry. HEX triplet: 80, 33 and 5D. RGB value is (128,51,93). Sum of RGB (Red+Green+Blue) = 128+51+93=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80335D is #7FCCA2. Grayscale: #4E4E4E. Windows color (decimal): -8375459 or 6108032. OLE color: 6108032.

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

Color convert

RGB 128 51 93 -
CMYK 0 0.60 0.27 0.50
HSL 327.27º 0.43% 0.35% -
HSV(B) 327.27º 0.6% 0.5% -
XYZ 12.06 7.75 11.22 -
YUV 78.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 128 51 93 0 0.60 0.27 0.50 327.27 0.43 0.35
Hex 80 33 5D 0 3C 1B 32 147 2B 23
Octal 200 63 135 0 74 33 62 507 53 43
Binary 10000000 110011 1011101 0 111100 11011 110010 101000111 101011 100011

Color Harmonies of #80335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80335D

Black with #80335D

Text Example


Text Example

White with #80335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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