Html Css Color HEX #80375B Rose Bud Cherry

📋 copy color: '#80375B'

red 128 ◦ green 55 ◦ blue 91

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

Shades of Rose Bud Cherry #80375B

Tints of Rose Bud Cherry #80375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.07%

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

R = 46.72%
G = 20.07%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80375B (or 0x80375B) is known color: Rose Bud Cherry. HEX triplet: 80, 37 and 5B. RGB value is (128,55,91). Sum of RGB (Red+Green+Blue) = 128+55+91=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80375B is #7FC8A4. Grayscale: #505050. Windows color (decimal): -8374437 or 5977984. OLE color: 5977984.

HSL color Cylindrical-coordinate representation of color #80375B: hue angle of 330.41º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80375B is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 91 -
CMYK 0 0.57 0.29 0.50
HSL 330.41º 0.4% 0.36% -
HSV(B) 330.41º 0.57% 0.5% -
XYZ 12.16 8.08 10.82 -
YUV 80.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 128 55 91 0 0.57 0.29 0.50 330.41 0.4 0.36
Hex 80 37 5B 0 39 1D 32 14A 28 24
Octal 200 67 133 0 71 35 62 512 50 44
Binary 10000000 110111 1011011 0 111001 11101 110010 101001010 101000 100100

Color Harmonies of #80375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80375B

Black with #80375B

Text Example


Text Example

White with #80375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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