Html Css Color HEX #813356 Rose Bud Cherry

📋 copy color: '#813356'

red 129 ◦ green 51 ◦ blue 86

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

Shades of Rose Bud Cherry #813356

Tints of Rose Bud Cherry #813356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 48.5%
G = 19.17%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#813356 (or 0x813356) is known color: Rose Bud Cherry. HEX triplet: 81, 33 and 56. RGB value is (129,51,86). Sum of RGB (Red+Green+Blue) = 129+51+86=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #813356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813356 is #7ECCA9. Grayscale: #4E4E4E. Windows color (decimal): -8309930 or 5649281. OLE color: 5649281.

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

Color convert

RGB 129 51 86 -
CMYK 0 0.60 0.33 0.49
HSL 333.08º 0.43% 0.35% -
HSV(B) 333.08º 0.6% 0.51% -
XYZ 11.92 7.71 9.66 -
YUV 78.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 129 51 86 0 0.60 0.33 0.49 333.08 0.43 0.35
Hex 81 33 56 0 3C 21 31 14D 2B 23
Octal 201 63 126 0 74 41 61 515 53 43
Binary 10000001 110011 1010110 0 111100 100001 110001 101001101 101011 100011

Color Harmonies of #813356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813356

Black with #813356

Text Example


Text Example

White with #813356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813356; }

 p { color: rgb(129,51,86); }

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

background-color css

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

 a { background-color: rgb(129,51,86); }

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

border-color css

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

 span { border-color: rgb(129,51,86); }

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