Html Css Color HEX #803466 Rose Bud Cherry

📋 copy color: '#803466'

red 128 ◦ green 52 ◦ blue 102

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

Shades of Rose Bud Cherry #803466

Tints of Rose Bud Cherry #803466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.17%

R = 45.39%
G = 18.44%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#803466 (or 0x803466) is known color: Rose Bud Cherry. HEX triplet: 80, 34 and 66. RGB value is (128,52,102). Sum of RGB (Red+Green+Blue) = 128+52+102=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #803466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803466 is #7FCB99. Grayscale: #505050. Windows color (decimal): -8375194 or 6698112. OLE color: 6698112.

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

Color convert

RGB 128 52 102 -
CMYK 0 0.59 0.20 0.50
HSL 320.53º 0.42% 0.35% -
HSV(B) 320.53º 0.59% 0.5% -
XYZ 12.53 8 13.46 -
YUV 80.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 128 52 102 0 0.59 0.20 0.50 320.53 0.42 0.35
Hex 80 34 66 0 3B 14 32 141 2A 23
Octal 200 64 146 0 73 24 62 501 52 43
Binary 10000000 110100 1100110 0 111011 10100 110010 101000001 101010 100011

Color Harmonies of #803466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803466

Black with #803466

Text Example


Text Example

White with #803466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803466; }

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

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

background-color css

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

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

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

border-color css

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

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

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