Html Css Color HEX #80255D Rose Bud Cherry

📋 copy color: '#80255D'

red 128 ◦ green 37 ◦ blue 93

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

Shades of Rose Bud Cherry #80255D

Tints of Rose Bud Cherry #80255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 49.61%
G = 14.34%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80255D (or 0x80255D) is known color: Rose Bud Cherry. HEX triplet: 80, 25 and 5D. RGB value is (128,37,93). Sum of RGB (Red+Green+Blue) = 128+37+93=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80255D is #7FDAA2. Grayscale: #464646. Windows color (decimal): -8379043 or 6104448. OLE color: 6104448.

HSL color Cylindrical-coordinate representation of color #80255D: hue angle of 323.08º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80255D is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 93 -
CMYK 0 0.71 0.27 0.50
HSL 323.08º 0.55% 0.32% -
HSV(B) 323.08º 0.71% 0.5% -
XYZ 11.54 6.7 11.04 -
YUV 70.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 128 37 93 0 0.71 0.27 0.50 323.08 0.55 0.32
Hex 80 25 5D 0 47 1B 32 143 37 20
Octal 200 45 135 0 107 33 62 503 67 40
Binary 10000000 100101 1011101 0 1000111 11011 110010 101000011 110111 100000

Color Harmonies of #80255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80255D

Black with #80255D

Text Example


Text Example

White with #80255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80255D; }

 p { color: rgb(128,37,93); }

 H1.HeaderClassName
 {
   color: #80255D;
 }
 .AnyTagClassName
 {
   color: #80255D;
 }
</style>

background-color css

<style>
 a { background-color: #80255D; }

 a { background-color: rgb(128,37,93); }

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

border-color css

<style>
 span { border-color: #80255D; }

 span { border-color: rgb(128,37,93); }

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