Html Css Color HEX #813759 Rose Bud Cherry

📋 copy color: '#813759'

red 129 ◦ green 55 ◦ blue 89

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

Shades of Rose Bud Cherry #813759

Tints of Rose Bud Cherry #813759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

 BLUE value IS 89 (35.16% from 255) = 32.6%

R = 47.25%
G = 20.15%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#813759 (or 0x813759) is known color: Rose Bud Cherry. HEX triplet: 81, 37 and 59. RGB value is (129,55,89). Sum of RGB (Red+Green+Blue) = 129+55+89=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #813759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813759 is #7EC8A6. Grayscale: #505050. Windows color (decimal): -8308903 or 5846913. OLE color: 5846913.

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

Color convert

RGB 129 55 89 -
CMYK 0 0.57 0.31 0.49
HSL 332.43º 0.4% 0.36% -
HSV(B) 332.43º 0.57% 0.51% -
XYZ 12.22 8.12 10.37 -
YUV 81 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 129 55 89 0 0.57 0.31 0.49 332.43 0.4 0.36
Hex 81 37 59 0 39 1F 31 14C 28 24
Octal 201 67 131 0 71 37 61 514 50 44
Binary 10000001 110111 1011001 0 111001 11111 110001 101001100 101000 100100

Color Harmonies of #813759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813759

Black with #813759

Text Example


Text Example

White with #813759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813759; }

 p { color: rgb(129,55,89); }

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

background-color css

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

 a { background-color: rgb(129,55,89); }

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

border-color css

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

 span { border-color: rgb(129,55,89); }

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