Html Css Color HEX #813155 Rose Bud Cherry

📋 copy color: '#813155'

red 129 ◦ green 49 ◦ blue 85

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

Shades of Rose Bud Cherry #813155

Tints of Rose Bud Cherry #813155

RGB

 RED value IS 129 (50.78% from 255) = 49.05%

 GREEN value IS 49 (19.53% from 255) = 18.63%

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 49.05%
G = 18.63%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#813155 (or 0x813155) is known color: Rose Bud Cherry. HEX triplet: 81, 31 and 55. RGB value is (129,49,85). Sum of RGB (Red+Green+Blue) = 129+49+85=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #813155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813155 is #7ECEAA. Grayscale: #4C4C4C. Windows color (decimal): -8310443 or 5583233. OLE color: 5583233.

HSL color Cylindrical-coordinate representation of color #813155: hue angle of 333º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813155 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 49 85 -
CMYK 0 0.62 0.34 0.49
HSL 333º 0.45% 0.35% -
HSV(B) 333º 0.62% 0.51% -
XYZ 11.79 7.52 9.42 -
YUV 77.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 129 49 85 0 0.62 0.34 0.49 333 0.45 0.35
Hex 81 31 55 0 3E 22 31 14D 2D 23
Octal 201 61 125 0 76 42 61 515 55 43
Binary 10000001 110001 1010101 0 111110 100010 110001 101001101 101101 100011

Color Harmonies of #813155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813155

Black with #813155

Text Example


Text Example

White with #813155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813155; }

 p { color: rgb(129,49,85); }

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

background-color css

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

 a { background-color: rgb(129,49,85); }

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

border-color css

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

 span { border-color: rgb(129,49,85); }

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