Html Css Color HEX #80365C Rose Bud Cherry

📋 copy color: '#80365C'

red 128 ◦ green 54 ◦ blue 92

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

Shades of Rose Bud Cherry #80365C

Tints of Rose Bud Cherry #80365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.71%

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

R = 46.72%
G = 19.71%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80365C (or 0x80365C) is known color: Rose Bud Cherry. HEX triplet: 80, 36 and 5C. RGB value is (128,54,92). Sum of RGB (Red+Green+Blue) = 128+54+92=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80365C is #7FC9A3. Grayscale: #505050. Windows color (decimal): -8374692 or 6043264. OLE color: 6043264.

HSL color Cylindrical-coordinate representation of color #80365C: hue angle of 329.19º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80365C is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 54 92 -
CMYK 0 0.58 0.28 0.50
HSL 329.19º 0.41% 0.36% -
HSV(B) 329.19º 0.58% 0.5% -
XYZ 12.15 8 11.03 -
YUV 80.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 128 54 92 0 0.58 0.28 0.50 329.19 0.41 0.36
Hex 80 36 5C 0 3A 1C 32 149 29 24
Octal 200 66 134 0 72 34 62 511 51 44
Binary 10000000 110110 1011100 0 111010 11100 110010 101001001 101001 100100

Color Harmonies of #80365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80365C

Black with #80365C

Text Example


Text Example

White with #80365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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