Html Css Color HEX #802256 Rose Bud Cherry

📋 copy color: '#802256'

red 128 ◦ green 34 ◦ blue 86

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

Shades of Rose Bud Cherry #802256

Tints of Rose Bud Cherry #802256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.71%

 BLUE value IS 86 (33.98% from 255) = 34.68%

R = 51.61%
G = 13.71%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#802256 (or 0x802256) is known color: Rose Bud Cherry. HEX triplet: 80, 22 and 56. RGB value is (128,34,86). Sum of RGB (Red+Green+Blue) = 128+34+86=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #802256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802256 is #7FDDA9. Grayscale: #434343. Windows color (decimal): -8379818 or 5644928. OLE color: 5644928.

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

Color convert

RGB 128 34 86 -
CMYK 0 0.73 0.33 0.50
HSL 326.81º 0.58% 0.32% -
HSV(B) 326.81º 0.73% 0.5% -
XYZ 11.15 6.41 9.45 -
YUV 68.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 128 34 86 0 0.73 0.33 0.50 326.81 0.58 0.32
Hex 80 22 56 0 49 21 32 147 3A 20
Octal 200 42 126 0 111 41 62 507 72 40
Binary 10000000 100010 1010110 0 1001001 100001 110010 101000111 111010 100000

Color Harmonies of #802256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802256

Black with #802256

Text Example


Text Example

White with #802256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802256; }

 p { color: rgb(128,34,86); }

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

background-color css

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

 a { background-color: rgb(128,34,86); }

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

border-color css

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

 span { border-color: rgb(128,34,86); }

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