Html Css Color HEX #80295A Rose Bud Cherry

📋 copy color: '#80295A'

red 128 ◦ green 41 ◦ blue 90

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

Shades of Rose Bud Cherry #80295A

Tints of Rose Bud Cherry #80295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 49.42%
G = 15.83%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80295A (or 0x80295A) is known color: Rose Bud Cherry. HEX triplet: 80, 29 and 5A. RGB value is (128,41,90). Sum of RGB (Red+Green+Blue) = 128+41+90=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80295A is #7FD6A5. Grayscale: #484848. Windows color (decimal): -8378022 or 5908864. OLE color: 5908864.

HSL color Cylindrical-coordinate representation of color #80295A: hue angle of 326.21º 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 #80295A is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 90 -
CMYK 0 0.68 0.30 0.50
HSL 326.21º 0.51% 0.33% -
HSV(B) 326.21º 0.68% 0.5% -
XYZ 11.54 6.91 10.4 -
YUV 72.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 128 41 90 0 0.68 0.30 0.50 326.21 0.51 0.33
Hex 80 29 5A 0 44 1E 32 146 33 21
Octal 200 51 132 0 104 36 62 506 63 41
Binary 10000000 101001 1011010 0 1000100 11110 110010 101000110 110011 100001

Color Harmonies of #80295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80295A

Black with #80295A

Text Example


Text Example

White with #80295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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