Html Css Color HEX #80345E Rose Bud Cherry

📋 copy color: '#80345E'

red 128 ◦ green 52 ◦ blue 94

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

Shades of Rose Bud Cherry #80345E

Tints of Rose Bud Cherry #80345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

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

R = 46.72%
G = 18.98%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80345E (or 0x80345E) is known color: Rose Bud Cherry. HEX triplet: 80, 34 and 5E. RGB value is (128,52,94). Sum of RGB (Red+Green+Blue) = 128+52+94=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80345E is #7FCBA1. Grayscale: #4F4F4F. Windows color (decimal): -8375202 or 6173824. OLE color: 6173824.

HSL color Cylindrical-coordinate representation of color #80345E: hue angle of 326.84º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80345E is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 52 94 -
CMYK 0 0.59 0.27 0.50
HSL 326.84º 0.42% 0.35% -
HSV(B) 326.84º 0.59% 0.5% -
XYZ 12.15 7.85 11.47 -
YUV 79.51 136.18 162.58 -
System Red Green Blue C M Y K H S L
Decimal 128 52 94 0 0.59 0.27 0.50 326.84 0.42 0.35
Hex 80 34 5E 0 3B 1B 32 147 2A 23
Octal 200 64 136 0 73 33 62 507 52 43
Binary 10000000 110100 1011110 0 111011 11011 110010 101000111 101010 100011

Color Harmonies of #80345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80345E

Black with #80345E

Text Example


Text Example

White with #80345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80345E; }

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

 H1.HeaderClassName
 {
   color: #80345E;
 }
 .AnyTagClassName
 {
   color: #80345E;
 }
</style>

background-color css

<style>
 a { background-color: #80345E; }

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

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

border-color css

<style>
 span { border-color: #80345E; }

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

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