Html Css Color HEX #813561 Rose Bud Cherry

📋 copy color: '#813561'

red 129 ◦ green 53 ◦ blue 97

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

Shades of Rose Bud Cherry #813561

Tints of Rose Bud Cherry #813561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 46.24%
G = 19%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#813561 (or 0x813561) is known color: Rose Bud Cherry. HEX triplet: 81, 35 and 61. RGB value is (129,53,97). Sum of RGB (Red+Green+Blue) = 129+53+97=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #813561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813561 is #7ECA9E. Grayscale: #505050. Windows color (decimal): -8309407 or 6370689. OLE color: 6370689.

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

Color convert

RGB 129 53 97 -
CMYK 0 0.59 0.25 0.49
HSL 325.26º 0.42% 0.36% -
HSV(B) 325.26º 0.59% 0.51% -
XYZ 12.48 8.08 12.21 -
YUV 80.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 129 53 97 0 0.59 0.25 0.49 325.26 0.42 0.36
Hex 81 35 61 0 3B 19 31 145 2A 24
Octal 201 65 141 0 73 31 61 505 52 44
Binary 10000001 110101 1100001 0 111011 11001 110001 101000101 101010 100100

Color Harmonies of #813561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813561

Black with #813561

Text Example


Text Example

White with #813561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813561; }

 p { color: rgb(129,53,97); }

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

background-color css

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

 a { background-color: rgb(129,53,97); }

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

border-color css

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

 span { border-color: rgb(129,53,97); }

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