Html Css Color HEX #80195B Rose Bud Cherry

📋 copy color: '#80195B'

red 128 ◦ green 25 ◦ blue 91

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

Shades of Rose Bud Cherry #80195B

Tints of Rose Bud Cherry #80195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.25%

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

R = 52.46%
G = 10.25%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80195B (or 0x80195B) is known color: Rose Bud Cherry. HEX triplet: 80, 19 and 5B. RGB value is (128,25,91). Sum of RGB (Red+Green+Blue) = 128+25+91=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80195B is #7FE6A4. Grayscale: #3F3F3F. Windows color (decimal): -8382117 or 5970304. OLE color: 5970304.

HSL color Cylindrical-coordinate representation of color #80195B: hue angle of 321.55º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80195B is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 25 91 -
CMYK 0 0.80 0.29 0.50
HSL 321.55º 0.67% 0.3% -
HSV(B) 321.55º 0.8% 0.5% -
XYZ 11.14 6.04 10.48 -
YUV 63.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 128 25 91 0 0.80 0.29 0.50 321.55 0.67 0.3
Hex 80 19 5B 0 50 1D 32 142 43 1E
Octal 200 31 133 0 120 35 62 502 103 36
Binary 10000000 11001 1011011 0 1010000 11101 110010 101000010 1000011 11110

Color Harmonies of #80195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80195B

Black with #80195B

Text Example


Text Example

White with #80195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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