Html Css Color HEX #80315B Rose Bud Cherry

📋 copy color: '#80315B'

red 128 ◦ green 49 ◦ blue 91

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

Shades of Rose Bud Cherry #80315B

Tints of Rose Bud Cherry #80315B

RGB

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

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

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

R = 47.76%
G = 18.28%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80315B (or 0x80315B) is known color: Rose Bud Cherry. HEX triplet: 80, 31 and 5B. RGB value is (128,49,91). Sum of RGB (Red+Green+Blue) = 128+49+91=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #80315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80315B is #7FCEA4. Grayscale: #4D4D4D. Windows color (decimal): -8375973 or 5976448. OLE color: 5976448.

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

Color convert

RGB 128 49 91 -
CMYK 0 0.62 0.29 0.50
HSL 328.1º 0.45% 0.35% -
HSV(B) 328.1º 0.62% 0.5% -
XYZ 11.89 7.54 10.73 -
YUV 77.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 128 49 91 0 0.62 0.29 0.50 328.1 0.45 0.35
Hex 80 31 5B 0 3E 1D 32 148 2D 23
Octal 200 61 133 0 76 35 62 510 55 43
Binary 10000000 110001 1011011 0 111110 11101 110010 101001000 101101 100011

Color Harmonies of #80315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80315B

Black with #80315B

Text Example


Text Example

White with #80315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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