Html Css Color HEX #813461 Rose Bud Cherry

📋 copy color: '#813461'

red 129 ◦ green 52 ◦ blue 97

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

Shades of Rose Bud Cherry #813461

Tints of Rose Bud Cherry #813461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

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

R = 46.4%
G = 18.71%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#813461 (or 0x813461) is known color: Rose Bud Cherry. HEX triplet: 81, 34 and 61. RGB value is (129,52,97). Sum of RGB (Red+Green+Blue) = 129+52+97=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #813461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813461 is #7ECB9E. Grayscale: #505050. Windows color (decimal): -8309663 or 6370433. OLE color: 6370433.

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

Color convert

RGB 129 52 97 -
CMYK 0 0.60 0.25 0.49
HSL 324.94º 0.43% 0.35% -
HSV(B) 324.94º 0.6% 0.51% -
XYZ 12.44 7.99 12.2 -
YUV 80.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 129 52 97 0 0.60 0.25 0.49 324.94 0.43 0.35
Hex 81 34 61 0 3C 19 31 145 2B 23
Octal 201 64 141 0 74 31 61 505 53 43
Binary 10000001 110100 1100001 0 111100 11001 110001 101000101 101011 100011

Color Harmonies of #813461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813461

Black with #813461

Text Example


Text Example

White with #813461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813461; }

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

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

background-color css

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

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

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

border-color css

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

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

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