Html Css Color HEX #80305F Rose Bud Cherry

📋 copy color: '#80305F'

red 128 ◦ green 48 ◦ blue 95

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

Shades of Rose Bud Cherry #80305F

Tints of Rose Bud Cherry #80305F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

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

R = 47.23%
G = 17.71%
B = 35.06%

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

#80305F (or 0x80305F) is known color: Rose Bud Cherry. HEX triplet: 80, 30 and 5F. RGB value is (128,48,95). Sum of RGB (Red+Green+Blue) = 128+48+95=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80305F is #7FCFA0. Grayscale: #4D4D4D. Windows color (decimal): -8376225 or 6238336. OLE color: 6238336.

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

Color convert

RGB 128 48 95 -
CMYK 0 0.62 0.26 0.50
HSL 324.75º 0.45% 0.35% -
HSV(B) 324.75º 0.63% 0.5% -
XYZ 12.02 7.53 11.65 -
YUV 77.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 128 48 95 0 0.62 0.26 0.50 324.75 0.45 0.35
Hex 80 30 5F 0 3E 1A 32 145 2D 23
Octal 200 60 137 0 76 32 62 505 55 43
Binary 10000000 110000 1011111 0 111110 11010 110010 101000101 101101 100011

Color Harmonies of #80305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80305F

Black with #80305F

Text Example


Text Example

White with #80305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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