Html Css Color HEX #80275B Rose Bud Cherry

📋 copy color: '#80275B'

red 128 ◦ green 39 ◦ blue 91

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

Shades of Rose Bud Cherry #80275B

Tints of Rose Bud Cherry #80275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.12%

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

R = 49.61%
G = 15.12%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80275B (or 0x80275B) is known color: Rose Bud Cherry. HEX triplet: 80, 27 and 5B. RGB value is (128,39,91). Sum of RGB (Red+Green+Blue) = 128+39+91=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80275B is #7FD8A4. Grayscale: #474747. Windows color (decimal): -8378533 or 5973888. OLE color: 5973888.

HSL color Cylindrical-coordinate representation of color #80275B: hue angle of 324.94º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80275B is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 91 -
CMYK 0 0.70 0.29 0.50
HSL 324.94º 0.53% 0.33% -
HSV(B) 324.94º 0.7% 0.5% -
XYZ 11.52 6.8 10.6 -
YUV 71.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 128 39 91 0 0.70 0.29 0.50 324.94 0.53 0.33
Hex 80 27 5B 0 46 1D 32 145 35 21
Octal 200 47 133 0 106 35 62 505 65 41
Binary 10000000 100111 1011011 0 1000110 11101 110010 101000101 110101 100001

Color Harmonies of #80275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80275B

Black with #80275B

Text Example


Text Example

White with #80275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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