Html Css Color HEX #80295C Rose Bud Cherry

📋 copy color: '#80295C'

red 128 ◦ green 41 ◦ blue 92

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

Shades of Rose Bud Cherry #80295C

Tints of Rose Bud Cherry #80295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

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

R = 49.04%
G = 15.71%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80295C (or 0x80295C) is known color: Rose Bud Cherry. HEX triplet: 80, 29 and 5C. RGB value is (128,41,92). Sum of RGB (Red+Green+Blue) = 128+41+92=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80295C is #7FD6A3. Grayscale: #484848. Windows color (decimal): -8378020 or 6039936. OLE color: 6039936.

HSL color Cylindrical-coordinate representation of color #80295C: hue angle of 324.83º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80295C is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 92 -
CMYK 0 0.68 0.28 0.50
HSL 324.83º 0.51% 0.33% -
HSV(B) 324.83º 0.68% 0.5% -
XYZ 11.63 6.95 10.85 -
YUV 72.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 128 41 92 0 0.68 0.28 0.50 324.83 0.51 0.33
Hex 80 29 5C 0 44 1C 32 145 33 21
Octal 200 51 134 0 104 34 62 505 63 41
Binary 10000000 101001 1011100 0 1000100 11100 110010 101000101 110011 100001

Color Harmonies of #80295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80295C

Black with #80295C

Text Example


Text Example

White with #80295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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