Html Css Color HEX #80275F Rose Bud Cherry

📋 copy color: '#80275F'

red 128 ◦ green 39 ◦ blue 95

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

Shades of Rose Bud Cherry #80275F

Tints of Rose Bud Cherry #80275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.26%

R = 48.85%
G = 14.89%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80275F (or 0x80275F) is known color: Rose Bud Cherry. HEX triplet: 80, 27 and 5F. RGB value is (128,39,95). Sum of RGB (Red+Green+Blue) = 128+39+95=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #80275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80275F is #7FD8A0. Grayscale: #474747. Windows color (decimal): -8378529 or 6236032. OLE color: 6236032.

HSL color Cylindrical-coordinate representation of color #80275F: hue angle of 322.25º 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 #80275F is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 95 -
CMYK 0 0.70 0.26 0.50
HSL 322.25º 0.53% 0.33% -
HSV(B) 322.25º 0.7% 0.5% -
XYZ 11.69 6.87 11.54 -
YUV 72 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 128 39 95 0 0.70 0.26 0.50 322.25 0.53 0.33
Hex 80 27 5F 0 46 1A 32 142 35 21
Octal 200 47 137 0 106 32 62 502 65 41
Binary 10000000 100111 1011111 0 1000110 11010 110010 101000010 110101 100001

Color Harmonies of #80275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80275F

Black with #80275F

Text Example


Text Example

White with #80275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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