Html Css Color HEX #813755 Rose Bud Cherry

📋 copy color: '#813755'

red 129 ◦ green 55 ◦ blue 85

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

Shades of Rose Bud Cherry #813755

Tints of Rose Bud Cherry #813755

RGB

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

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

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

R = 47.96%
G = 20.45%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#813755 (or 0x813755) is known color: Rose Bud Cherry. HEX triplet: 81, 37 and 55. RGB value is (129,55,85). Sum of RGB (Red+Green+Blue) = 129+55+85=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #813755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813755 is #7EC8AA. Grayscale: #505050. Windows color (decimal): -8308907 or 5584769. OLE color: 5584769.

HSL color Cylindrical-coordinate representation of color #813755: hue angle of 335.68º 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 #813755 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 55 85 -
CMYK 0 0.57 0.34 0.49
HSL 335.68º 0.4% 0.36% -
HSV(B) 335.68º 0.57% 0.51% -
XYZ 12.06 8.06 9.51 -
YUV 80.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 129 55 85 0 0.57 0.34 0.49 335.68 0.4 0.36
Hex 81 37 55 0 39 22 31 150 28 24
Octal 201 67 125 0 71 42 61 520 50 44
Binary 10000001 110111 1010101 0 111001 100010 110001 101010000 101000 100100

Color Harmonies of #813755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813755

Black with #813755

Text Example


Text Example

White with #813755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813755; }

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

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

background-color css

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

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

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

border-color css

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

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

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