Html Css Color HEX #80345D Rose Bud Cherry

📋 copy color: '#80345D'

red 128 ◦ green 52 ◦ blue 93

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

Shades of Rose Bud Cherry #80345D

Tints of Rose Bud Cherry #80345D

RGB

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

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

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

R = 46.89%
G = 19.05%
B = 34.07%

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

#80345D (or 0x80345D) is known color: Rose Bud Cherry. HEX triplet: 80, 34 and 5D. RGB value is (128,52,93). Sum of RGB (Red+Green+Blue) = 128+52+93=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80345D is #7FCBA2. Grayscale: #4F4F4F. Windows color (decimal): -8375203 or 6108288. OLE color: 6108288.

HSL color Cylindrical-coordinate representation of color #80345D: hue angle of 327.63º 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 #80345D is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 52 93 -
CMYK 0 0.59 0.27 0.50
HSL 327.63º 0.42% 0.35% -
HSV(B) 327.63º 0.59% 0.5% -
XYZ 12.11 7.84 11.23 -
YUV 79.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 128 52 93 0 0.59 0.27 0.50 327.63 0.42 0.35
Hex 80 34 5D 0 3B 1B 32 148 2A 23
Octal 200 64 135 0 73 33 62 510 52 43
Binary 10000000 110100 1011101 0 111011 11011 110010 101001000 101010 100011

Color Harmonies of #80345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80345D

Black with #80345D

Text Example


Text Example

White with #80345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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