Html Css Color HEX #802961 Rose Bud Cherry

📋 copy color: '#802961'

red 128 ◦ green 41 ◦ blue 97

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

Shades of Rose Bud Cherry #802961

Tints of Rose Bud Cherry #802961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

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

R = 48.12%
G = 15.41%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#802961 (or 0x802961) is known color: Rose Bud Cherry. HEX triplet: 80, 29 and 61. RGB value is (128,41,97). Sum of RGB (Red+Green+Blue) = 128+41+97=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #802961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802961 is #7FD69E. Grayscale: #494949. Windows color (decimal): -8378015 or 6367616. OLE color: 6367616.

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

Color convert

RGB 128 41 97 -
CMYK 0 0.68 0.24 0.50
HSL 321.38º 0.51% 0.33% -
HSV(B) 321.38º 0.68% 0.5% -
XYZ 11.85 7.04 12.04 -
YUV 73.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 128 41 97 0 0.68 0.24 0.50 321.38 0.51 0.33
Hex 80 29 61 0 44 18 32 141 33 21
Octal 200 51 141 0 104 30 62 501 63 41
Binary 10000000 101001 1100001 0 1000100 11000 110010 101000001 110011 100001

Color Harmonies of #802961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802961

Black with #802961

Text Example


Text Example

White with #802961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802961; }

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

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

background-color css

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

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

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

border-color css

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

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

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