Html Css Color HEX #801E5E Rose Bud Cherry

📋 copy color: '#801E5E'

red 128 ◦ green 30 ◦ blue 94

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

Shades of Rose Bud Cherry #801E5E

Tints of Rose Bud Cherry #801E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

 BLUE value IS 94 (37.11% from 255) = 37.3%

R = 50.79%
G = 11.9%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#801E5E (or 0x801E5E) is known color: Rose Bud Cherry. HEX triplet: 80, 1E and 5E. RGB value is (128,30,94). Sum of RGB (Red+Green+Blue) = 128+30+94=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #801E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801E5E is #7FE1A1. Grayscale: #424242. Windows color (decimal): -8380834 or 6168192. OLE color: 6168192.

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

Color convert

RGB 128 30 94 -
CMYK 0 0.77 0.27 0.50
HSL 320.82º 0.62% 0.31% -
HSV(B) 320.82º 0.77% 0.5% -
XYZ 11.39 6.33 11.21 -
YUV 66.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 128 30 94 0 0.77 0.27 0.50 320.82 0.62 0.31
Hex 80 1E 5E 0 4D 1B 32 141 3E 1F
Octal 200 36 136 0 115 33 62 501 76 37
Binary 10000000 11110 1011110 0 1001101 11011 110010 101000001 111110 11111

Color Harmonies of #801E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801E5E

Black with #801E5E

Text Example


Text Example

White with #801E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,30,94); }

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

background-color css

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

 a { background-color: rgb(128,30,94); }

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

border-color css

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

 span { border-color: rgb(128,30,94); }

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