Html Css Color HEX #803760 Rose Bud Cherry

📋 copy color: '#803760'

red 128 ◦ green 55 ◦ blue 96

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

Shades of Rose Bud Cherry #803760

Tints of Rose Bud Cherry #803760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.41%

R = 45.88%
G = 19.71%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#803760 (or 0x803760) is known color: Rose Bud Cherry. HEX triplet: 80, 37 and 60. RGB value is (128,55,96). Sum of RGB (Red+Green+Blue) = 128+55+96=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #803760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803760 is #7FC89F. Grayscale: #515151. Windows color (decimal): -8374432 or 6305664. OLE color: 6305664.

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

Color convert

RGB 128 55 96 -
CMYK 0 0.57 0.25 0.50
HSL 326.3º 0.4% 0.36% -
HSV(B) 326.3º 0.57% 0.5% -
XYZ 12.38 8.17 11.99 -
YUV 81.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 128 55 96 0 0.57 0.25 0.50 326.3 0.4 0.36
Hex 80 37 60 0 39 19 32 146 28 24
Octal 200 67 140 0 71 31 62 506 50 44
Binary 10000000 110111 1100000 0 111001 11001 110010 101000110 101000 100100

Color Harmonies of #803760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803760

Black with #803760

Text Example


Text Example

White with #803760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803760; }

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

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

background-color css

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

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

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

border-color css

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

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

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