Html Css Color HEX #80315F Rose Bud Cherry

📋 copy color: '#80315F'

red 128 ◦ green 49 ◦ blue 95

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

Shades of Rose Bud Cherry #80315F

Tints of Rose Bud Cherry #80315F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.01%

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

R = 47.06%
G = 18.01%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80315F (or 0x80315F) is known color: Rose Bud Cherry. HEX triplet: 80, 31 and 5F. RGB value is (128,49,95). Sum of RGB (Red+Green+Blue) = 128+49+95=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80315F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80315F is #7FCEA0. Grayscale: #4D4D4D. Windows color (decimal): -8375969 or 6238592. OLE color: 6238592.

HSL color Cylindrical-coordinate representation of color #80315F: hue angle of 325.06º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80315F is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 49 95 -
CMYK 0 0.62 0.26 0.50
HSL 325.06º 0.45% 0.35% -
HSV(B) 325.06º 0.62% 0.5% -
XYZ 12.07 7.61 11.66 -
YUV 77.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 128 49 95 0 0.62 0.26 0.50 325.06 0.45 0.35
Hex 80 31 5F 0 3E 1A 32 145 2D 23
Octal 200 61 137 0 76 32 62 505 55 43
Binary 10000000 110001 1011111 0 111110 11010 110010 101000101 101101 100011

Color Harmonies of #80315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80315F

Black with #80315F

Text Example


Text Example

White with #80315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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