Html Css Color HEX #803261 Rose Bud Cherry

📋 copy color: '#803261'

red 128 ◦ green 50 ◦ blue 97

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

Shades of Rose Bud Cherry #803261

Tints of Rose Bud Cherry #803261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.18%

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

R = 46.55%
G = 18.18%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#803261 (or 0x803261) is known color: Rose Bud Cherry. HEX triplet: 80, 32 and 61. RGB value is (128,50,97). Sum of RGB (Red+Green+Blue) = 128+50+97=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #803261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803261 is #7FCD9E. Grayscale: #4E4E4E. Windows color (decimal): -8375711 or 6369920. OLE color: 6369920.

HSL color Cylindrical-coordinate representation of color #803261: hue angle of 323.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803261 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 97 -
CMYK 0 0.61 0.24 0.50
HSL 323.85º 0.44% 0.35% -
HSV(B) 323.85º 0.61% 0.5% -
XYZ 12.2 7.73 12.16 -
YUV 78.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 128 50 97 0 0.61 0.24 0.50 323.85 0.44 0.35
Hex 80 32 61 0 3D 18 32 144 2C 23
Octal 200 62 141 0 75 30 62 504 54 43
Binary 10000000 110010 1100001 0 111101 11000 110010 101000100 101100 100011

Color Harmonies of #803261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803261

Black with #803261

Text Example


Text Example

White with #803261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803261; }

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

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

background-color css

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

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

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

border-color css

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

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

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