Html Css Color HEX #813656 Rose Bud Cherry

📋 copy color: '#813656'

red 129 ◦ green 54 ◦ blue 86

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

Shades of Rose Bud Cherry #813656

Tints of Rose Bud Cherry #813656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.07%

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

R = 47.96%
G = 20.07%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#813656 (or 0x813656) is known color: Rose Bud Cherry. HEX triplet: 81, 36 and 56. RGB value is (129,54,86). Sum of RGB (Red+Green+Blue) = 129+54+86=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #813656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813656 is #7EC9A9. Grayscale: #505050. Windows color (decimal): -8309162 or 5650049. OLE color: 5650049.

HSL color Cylindrical-coordinate representation of color #813656: hue angle of 334.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #813656 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 54 86 -
CMYK 0 0.58 0.33 0.49
HSL 334.4º 0.41% 0.36% -
HSV(B) 334.4º 0.58% 0.51% -
XYZ 12.05 7.98 9.71 -
YUV 80.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 129 54 86 0 0.58 0.33 0.49 334.4 0.41 0.36
Hex 81 36 56 0 3A 21 31 14E 29 24
Octal 201 66 126 0 72 41 61 516 51 44
Binary 10000001 110110 1010110 0 111010 100001 110001 101001110 101001 100100

Color Harmonies of #813656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813656

Black with #813656

Text Example


Text Example

White with #813656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813656; }

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

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

background-color css

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

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

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

border-color css

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

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

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