Html Css Color HEX #80335C Rose Bud Cherry

📋 copy color: '#80335C'

red 128 ◦ green 51 ◦ blue 92

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

Shades of Rose Bud Cherry #80335C

Tints of Rose Bud Cherry #80335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 47.23%
G = 18.82%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80335C (or 0x80335C) is known color: Rose Bud Cherry. HEX triplet: 80, 33 and 5C. RGB value is (128,51,92). Sum of RGB (Red+Green+Blue) = 128+51+92=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80335C is #7FCCA3. Grayscale: #4E4E4E. Windows color (decimal): -8375460 or 6042496. OLE color: 6042496.

HSL color Cylindrical-coordinate representation of color #80335C: hue angle of 328.05º 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 #80335C is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 51 92 -
CMYK 0 0.60 0.28 0.50
HSL 328.05º 0.43% 0.35% -
HSV(B) 328.05º 0.6% 0.5% -
XYZ 12.02 7.73 10.98 -
YUV 78.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 128 51 92 0 0.60 0.28 0.50 328.05 0.43 0.35
Hex 80 33 5C 0 3C 1C 32 148 2B 23
Octal 200 63 134 0 74 34 62 510 53 43
Binary 10000000 110011 1011100 0 111100 11100 110010 101001000 101011 100011

Color Harmonies of #80335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80335C

Black with #80335C

Text Example


Text Example

White with #80335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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