Html Css Color HEX #803465 Rose Bud Cherry

📋 copy color: '#803465'

red 128 ◦ green 52 ◦ blue 101

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

Shades of Rose Bud Cherry #803465

Tints of Rose Bud Cherry #803465

RGB

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

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

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

R = 45.55%
G = 18.51%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#803465 (or 0x803465) is known color: Rose Bud Cherry. HEX triplet: 80, 34 and 65. RGB value is (128,52,101). Sum of RGB (Red+Green+Blue) = 128+52+101=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #803465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803465 is #7FCB9A. Grayscale: #505050. Windows color (decimal): -8375195 or 6632576. OLE color: 6632576.

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

Color convert

RGB 128 52 101 -
CMYK 0 0.59 0.21 0.50
HSL 321.32º 0.42% 0.35% -
HSV(B) 321.32º 0.59% 0.5% -
XYZ 12.48 7.98 13.2 -
YUV 80.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 128 52 101 0 0.59 0.21 0.50 321.32 0.42 0.35
Hex 80 34 65 0 3B 15 32 141 2A 23
Octal 200 64 145 0 73 25 62 501 52 43
Binary 10000000 110100 1100101 0 111011 10101 110010 101000001 101010 100011

Color Harmonies of #803465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803465

Black with #803465

Text Example


Text Example

White with #803465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803465; }

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

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

background-color css

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

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

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

border-color css

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

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

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