Html Css Color HEX #80155A Rose Bud Cherry

📋 copy color: '#80155A'

red 128 ◦ green 21 ◦ blue 90

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

Shades of Rose Bud Cherry #80155A

Tints of Rose Bud Cherry #80155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.79%

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

R = 53.56%
G = 8.79%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80155A (or 0x80155A) is known color: Rose Bud Cherry. HEX triplet: 80, 15 and 5A. RGB value is (128,21,90). Sum of RGB (Red+Green+Blue) = 128+21+90=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80155A is #7FEAA5. Grayscale: #3C3C3C. Windows color (decimal): -8383142 or 5903744. OLE color: 5903744.

HSL color Cylindrical-coordinate representation of color #80155A: hue angle of 321.31º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80155A is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 90 -
CMYK 0 0.84 0.30 0.50
HSL 321.31º 0.72% 0.29% -
HSV(B) 321.31º 0.84% 0.5% -
XYZ 11.02 5.86 10.22 -
YUV 60.86 144.45 175.89 -
System Red Green Blue C M Y K H S L
Decimal 128 21 90 0 0.84 0.30 0.50 321.31 0.72 0.29
Hex 80 15 5A 0 54 1E 32 141 48 1D
Octal 200 25 132 0 124 36 62 501 110 35
Binary 10000000 10101 1011010 0 1010100 11110 110010 101000001 1001000 11101

Color Harmonies of #80155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80155A

Black with #80155A

Text Example


Text Example

White with #80155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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