Html Css Color HEX #80295B Rose Bud Cherry

📋 copy color: '#80295B'

red 128 ◦ green 41 ◦ blue 91

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

Shades of Rose Bud Cherry #80295B

Tints of Rose Bud Cherry #80295B

RGB

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

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

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

R = 49.23%
G = 15.77%
B = 35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80295B (or 0x80295B) is known color: Rose Bud Cherry. HEX triplet: 80, 29 and 5B. RGB value is (128,41,91). Sum of RGB (Red+Green+Blue) = 128+41+91=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80295B is #7FD6A4. Grayscale: #484848. Windows color (decimal): -8378021 or 5974400. OLE color: 5974400.

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

Color convert

RGB 128 41 91 -
CMYK 0 0.68 0.29 0.50
HSL 325.52º 0.51% 0.33% -
HSV(B) 325.52º 0.68% 0.5% -
XYZ 11.58 6.93 10.62 -
YUV 72.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 128 41 91 0 0.68 0.29 0.50 325.52 0.51 0.33
Hex 80 29 5B 0 44 1D 32 146 33 21
Octal 200 51 133 0 104 35 62 506 63 41
Binary 10000000 101001 1011011 0 1000100 11101 110010 101000110 110011 100001

Color Harmonies of #80295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80295B

Black with #80295B

Text Example


Text Example

White with #80295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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