Html Css Color HEX #813455 Rose Bud Cherry

📋 copy color: '#813455'

red 129 ◦ green 52 ◦ blue 85

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

Shades of Rose Bud Cherry #813455

Tints of Rose Bud Cherry #813455

RGB

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

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

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

R = 48.5%
G = 19.55%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#813455 (or 0x813455) is known color: Rose Bud Cherry. HEX triplet: 81, 34 and 55. RGB value is (129,52,85). Sum of RGB (Red+Green+Blue) = 129+52+85=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #813455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813455 is #7ECBAA. Grayscale: #4E4E4E. Windows color (decimal): -8309675 or 5584001. OLE color: 5584001.

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

Color convert

RGB 129 52 85 -
CMYK 0 0.60 0.34 0.49
HSL 334.29º 0.43% 0.35% -
HSV(B) 334.29º 0.6% 0.51% -
XYZ 11.92 7.78 9.47 -
YUV 78.79 131.51 163.82 -
System Red Green Blue C M Y K H S L
Decimal 129 52 85 0 0.60 0.34 0.49 334.29 0.43 0.35
Hex 81 34 55 0 3C 22 31 14E 2B 23
Octal 201 64 125 0 74 42 61 516 53 43
Binary 10000001 110100 1010101 0 111100 100010 110001 101001110 101011 100011

Color Harmonies of #813455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813455

Black with #813455

Text Example


Text Example

White with #813455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813455; }

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

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

background-color css

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

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

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

border-color css

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

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

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