Html Css Color HEX #803460 Rose Bud Cherry

📋 copy color: '#803460'

red 128 ◦ green 52 ◦ blue 96

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

Shades of Rose Bud Cherry #803460

Tints of Rose Bud Cherry #803460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.84%

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

R = 46.38%
G = 18.84%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#803460 (or 0x803460) is known color: Rose Bud Cherry. HEX triplet: 80, 34 and 60. RGB value is (128,52,96). Sum of RGB (Red+Green+Blue) = 128+52+96=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #803460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803460 is #7FCB9F. Grayscale: #4F4F4F. Windows color (decimal): -8375200 or 6304896. OLE color: 6304896.

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

Color convert

RGB 128 52 96 -
CMYK 0 0.59 0.25 0.50
HSL 325.26º 0.42% 0.35% -
HSV(B) 325.26º 0.59% 0.5% -
XYZ 12.24 7.89 11.94 -
YUV 79.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 128 52 96 0 0.59 0.25 0.50 325.26 0.42 0.35
Hex 80 34 60 0 3B 19 32 145 2A 23
Octal 200 64 140 0 73 31 62 505 52 43
Binary 10000000 110100 1100000 0 111011 11001 110010 101000101 101010 100011

Color Harmonies of #803460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803460

Black with #803460

Text Example


Text Example

White with #803460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803460; }

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

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

background-color css

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

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

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

border-color css

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

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

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