Html Css Color HEX #801C5D Rose Bud Cherry

📋 copy color: '#801C5D'

red 128 ◦ green 28 ◦ blue 93

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

Shades of Rose Bud Cherry #801C5D

Tints of Rose Bud Cherry #801C5D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.24%

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

R = 51.41%
G = 11.24%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#801C5D (or 0x801C5D) is known color: Rose Bud Cherry. HEX triplet: 80, 1C and 5D. RGB value is (128,28,93). Sum of RGB (Red+Green+Blue) = 128+28+93=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #801C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801C5D is #7FE3A2. Grayscale: #414141. Windows color (decimal): -8381347 or 6102144. OLE color: 6102144.

HSL color Cylindrical-coordinate representation of color #801C5D: hue angle of 321º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #801C5D is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 28 93 -
CMYK 0 0.78 0.27 0.50
HSL 321º 0.64% 0.31% -
HSV(B) 321º 0.78% 0.5% -
XYZ 11.29 6.21 10.96 -
YUV 65.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 128 28 93 0 0.78 0.27 0.50 321 0.64 0.31
Hex 80 1C 5D 0 4E 1B 32 141 40 1F
Octal 200 34 135 0 116 33 62 501 100 37
Binary 10000000 11100 1011101 0 1001110 11011 110010 101000001 1000000 11111

Color Harmonies of #801C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C5D

Black with #801C5D

Text Example


Text Example

White with #801C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801C5D; }

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

 H1.HeaderClassName
 {
   color: #801C5D;
 }
 .AnyTagClassName
 {
   color: #801C5D;
 }
</style>

background-color css

<style>
 a { background-color: #801C5D; }

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

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

border-color css

<style>
 span { border-color: #801C5D; }

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

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