Html Css Color HEX #80345C Rose Bud Cherry

📋 copy color: '#80345C'

red 128 ◦ green 52 ◦ blue 92

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

Shades of Rose Bud Cherry #80345C

Tints of Rose Bud Cherry #80345C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.82%

R = 47.06%
G = 19.12%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80345C (or 0x80345C) is known color: Rose Bud Cherry. HEX triplet: 80, 34 and 5C. RGB value is (128,52,92). Sum of RGB (Red+Green+Blue) = 128+52+92=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80345C is #7FCBA3. Grayscale: #4F4F4F. Windows color (decimal): -8375204 or 6042752. OLE color: 6042752.

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

Color convert

RGB 128 52 92 -
CMYK 0 0.59 0.28 0.50
HSL 328.42º 0.42% 0.35% -
HSV(B) 328.42º 0.59% 0.5% -
XYZ 12.06 7.82 11 -
YUV 79.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 128 52 92 0 0.59 0.28 0.50 328.42 0.42 0.35
Hex 80 34 5C 0 3B 1C 32 148 2A 23
Octal 200 64 134 0 73 34 62 510 52 43
Binary 10000000 110100 1011100 0 111011 11100 110010 101001000 101010 100011

Color Harmonies of #80345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80345C

Black with #80345C

Text Example


Text Example

White with #80345C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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