Html Css Color HEX #803365 Rose Bud Cherry

📋 copy color: '#803365'

red 128 ◦ green 51 ◦ blue 101

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

Shades of Rose Bud Cherry #803365

Tints of Rose Bud Cherry #803365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 45.71%
G = 18.21%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#803365 (or 0x803365) is known color: Rose Bud Cherry. HEX triplet: 80, 33 and 65. RGB value is (128,51,101). Sum of RGB (Red+Green+Blue) = 128+51+101=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #803365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803365 is #7FCC9A. Grayscale: #4F4F4F. Windows color (decimal): -8375451 or 6632320. OLE color: 6632320.

HSL color Cylindrical-coordinate representation of color #803365: hue angle of 321.04º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803365 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 51 101 -
CMYK 0 0.60 0.21 0.50
HSL 321.04º 0.43% 0.35% -
HSV(B) 321.04º 0.6% 0.5% -
XYZ 12.43 7.9 13.18 -
YUV 79.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 128 51 101 0 0.60 0.21 0.50 321.04 0.43 0.35
Hex 80 33 65 0 3C 15 32 141 2B 23
Octal 200 63 145 0 74 25 62 501 53 43
Binary 10000000 110011 1100101 0 111100 10101 110010 101000001 101011 100011

Color Harmonies of #803365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803365

Black with #803365

Text Example


Text Example

White with #803365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803365; }

 p { color: rgb(128,51,101); }

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

background-color css

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

 a { background-color: rgb(128,51,101); }

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

border-color css

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

 span { border-color: rgb(128,51,101); }

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