Html Css Color HEX #80185A Rose Bud Cherry

📋 copy color: '#80185A'

red 128 ◦ green 24 ◦ blue 90

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

Shades of Rose Bud Cherry #80185A

Tints of Rose Bud Cherry #80185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

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

R = 52.89%
G = 9.92%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80185A (or 0x80185A) is known color: Rose Bud Cherry. HEX triplet: 80, 18 and 5A. RGB value is (128,24,90). Sum of RGB (Red+Green+Blue) = 128+24+90=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80185A is #7FE7A5. Grayscale: #3E3E3E. Windows color (decimal): -8382374 or 5904512. OLE color: 5904512.

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

Color convert

RGB 128 24 90 -
CMYK 0 0.81 0.30 0.50
HSL 321.92º 0.68% 0.3% -
HSV(B) 321.92º 0.81% 0.5% -
XYZ 11.07 5.98 10.24 -
YUV 62.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 128 24 90 0 0.81 0.30 0.50 321.92 0.68 0.3
Hex 80 18 5A 0 51 1E 32 142 44 1E
Octal 200 30 132 0 121 36 62 502 104 36
Binary 10000000 11000 1011010 0 1010001 11110 110010 101000010 1000100 11110

Color Harmonies of #80185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80185A

Black with #80185A

Text Example


Text Example

White with #80185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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