Html Css Color HEX #80375F Rose Bud Cherry

📋 copy color: '#80375F'

red 128 ◦ green 55 ◦ blue 95

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

Shades of Rose Bud Cherry #80375F

Tints of Rose Bud Cherry #80375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.17%

R = 46.04%
G = 19.78%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80375F (or 0x80375F) is known color: Rose Bud Cherry. HEX triplet: 80, 37 and 5F. RGB value is (128,55,95). Sum of RGB (Red+Green+Blue) = 128+55+95=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #80375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80375F is #7FC8A0. Grayscale: #515151. Windows color (decimal): -8374433 or 6240128. OLE color: 6240128.

HSL color Cylindrical-coordinate representation of color #80375F: hue angle of 327.12º 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 #80375F is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 95 -
CMYK 0 0.57 0.26 0.50
HSL 327.12º 0.4% 0.36% -
HSV(B) 327.12º 0.57% 0.5% -
XYZ 12.33 8.15 11.75 -
YUV 81.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 128 55 95 0 0.57 0.26 0.50 327.12 0.4 0.36
Hex 80 37 5F 0 39 1A 32 147 28 24
Octal 200 67 137 0 71 32 62 507 50 44
Binary 10000000 110111 1011111 0 111001 11010 110010 101000111 101000 100100

Color Harmonies of #80375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80375F

Black with #80375F

Text Example


Text Example

White with #80375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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