Html Css Color HEX #812853 Rose Bud Cherry

📋 copy color: '#812853'

red 129 ◦ green 40 ◦ blue 83

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

Shades of Rose Bud Cherry #812853

Tints of Rose Bud Cherry #812853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

 BLUE value IS 83 (32.81% from 255) = 32.94%

R = 51.19%
G = 15.87%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#812853 (or 0x812853) is known color: Rose Bud Cherry. HEX triplet: 81, 28 and 53. RGB value is (129,40,83). Sum of RGB (Red+Green+Blue) = 129+40+83=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #812853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812853 is #7ED7AC. Grayscale: #474747. Windows color (decimal): -8312749 or 5449857. OLE color: 5449857.

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

Color convert

RGB 129 40 83 -
CMYK 0 0.69 0.36 0.49
HSL 331.01º 0.53% 0.33% -
HSV(B) 331.01º 0.69% 0.51% -
XYZ 11.37 6.81 8.9 -
YUV 71.51 134.49 169 -
System Red Green Blue C M Y K H S L
Decimal 129 40 83 0 0.69 0.36 0.49 331.01 0.53 0.33
Hex 81 28 53 0 45 24 31 14B 35 21
Octal 201 50 123 0 105 44 61 513 65 41
Binary 10000001 101000 1010011 0 1000101 100100 110001 101001011 110101 100001

Color Harmonies of #812853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812853

Black with #812853

Text Example


Text Example

White with #812853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812853; }

 p { color: rgb(129,40,83); }

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

background-color css

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

 a { background-color: rgb(129,40,83); }

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

border-color css

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

 span { border-color: rgb(129,40,83); }

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