Html Css Color HEX #80345A Rose Bud Cherry

📋 copy color: '#80345A'

red 128 ◦ green 52 ◦ blue 90

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

Shades of Rose Bud Cherry #80345A

Tints of Rose Bud Cherry #80345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 47.41%
G = 19.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80345A (or 0x80345A) is known color: Rose Bud Cherry. HEX triplet: 80, 34 and 5A. RGB value is (128,52,90). Sum of RGB (Red+Green+Blue) = 128+52+90=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80345A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80345A is #7FCBA5. Grayscale: #4E4E4E. Windows color (decimal): -8375206 or 5911680. OLE color: 5911680.

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

Color convert

RGB 128 52 90 -
CMYK 0 0.59 0.30 0.50
HSL 330º 0.42% 0.35% -
HSV(B) 330º 0.59% 0.5% -
XYZ 11.98 7.78 10.54 -
YUV 79.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 128 52 90 0 0.59 0.30 0.50 330 0.42 0.35
Hex 80 34 5A 0 3B 1E 32 14A 2A 23
Octal 200 64 132 0 73 36 62 512 52 43
Binary 10000000 110100 1011010 0 111011 11110 110010 101001010 101010 100011

Color Harmonies of #80345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80345A

Black with #80345A

Text Example


Text Example

White with #80345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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