Html Css Color HEX #80185B Rose Bud Cherry

📋 copy color: '#80185B'

red 128 ◦ green 24 ◦ blue 91

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

Shades of Rose Bud Cherry #80185B

Tints of Rose Bud Cherry #80185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.45%

R = 52.67%
G = 9.88%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80185B (or 0x80185B) is known color: Rose Bud Cherry. HEX triplet: 80, 18 and 5B. RGB value is (128,24,91). Sum of RGB (Red+Green+Blue) = 128+24+91=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80185B is #7FE7A4. Grayscale: #3E3E3E. Windows color (decimal): -8382373 or 5970048. OLE color: 5970048.

HSL color Cylindrical-coordinate representation of color #80185B: hue angle of 321.35º 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 #80185B is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 24 91 -
CMYK 0 0.81 0.29 0.50
HSL 321.35º 0.68% 0.3% -
HSV(B) 321.35º 0.81% 0.5% -
XYZ 11.12 6 10.47 -
YUV 62.73 143.96 174.55 -
System Red Green Blue C M Y K H S L
Decimal 128 24 91 0 0.81 0.29 0.50 321.35 0.68 0.3
Hex 80 18 5B 0 51 1D 32 141 44 1E
Octal 200 30 133 0 121 35 62 501 104 36
Binary 10000000 11000 1011011 0 1010001 11101 110010 101000001 1000100 11110

Color Harmonies of #80185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80185B

Black with #80185B

Text Example


Text Example

White with #80185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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