Html Css Color HEX #803761 Rose Bud Cherry

📋 copy color: '#803761'

red 128 ◦ green 55 ◦ blue 97

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

Shades of Rose Bud Cherry #803761

Tints of Rose Bud Cherry #803761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 45.71%
G = 19.64%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#803761 (or 0x803761) is known color: Rose Bud Cherry. HEX triplet: 80, 37 and 61. RGB value is (128,55,97). Sum of RGB (Red+Green+Blue) = 128+55+97=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #803761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803761 is #7FC89E. Grayscale: #515151. Windows color (decimal): -8374431 or 6371200. OLE color: 6371200.

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

Color convert

RGB 128 55 97 -
CMYK 0 0.57 0.24 0.50
HSL 325.48º 0.4% 0.36% -
HSV(B) 325.48º 0.57% 0.5% -
XYZ 12.43 8.18 12.23 -
YUV 81.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 128 55 97 0 0.57 0.24 0.50 325.48 0.4 0.36
Hex 80 37 61 0 39 18 32 145 28 24
Octal 200 67 141 0 71 30 62 505 50 44
Binary 10000000 110111 1100001 0 111001 11000 110010 101000101 101000 100100

Color Harmonies of #803761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803761

Black with #803761

Text Example


Text Example

White with #803761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803761; }

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

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

background-color css

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

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

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

border-color css

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

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

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