Html Css Color HEX #812856 Rose Bud Cherry

📋 copy color: '#812856'

red 129 ◦ green 40 ◦ blue 86

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

Shades of Rose Bud Cherry #812856

Tints of Rose Bud Cherry #812856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.73%

R = 50.59%
G = 15.69%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#812856 (or 0x812856) is known color: Rose Bud Cherry. HEX triplet: 81, 28 and 56. RGB value is (129,40,86). Sum of RGB (Red+Green+Blue) = 129+40+86=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #812856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812856 is #7ED7A9. Grayscale: #474747. Windows color (decimal): -8312746 or 5646465. OLE color: 5646465.

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

Color convert

RGB 129 40 86 -
CMYK 0 0.69 0.33 0.49
HSL 328.99º 0.53% 0.33% -
HSV(B) 328.99º 0.69% 0.51% -
XYZ 11.49 6.86 9.52 -
YUV 71.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 129 40 86 0 0.69 0.33 0.49 328.99 0.53 0.33
Hex 81 28 56 0 45 21 31 149 35 21
Octal 201 50 126 0 105 41 61 511 65 41
Binary 10000001 101000 1010110 0 1000101 100001 110001 101001001 110101 100001

Color Harmonies of #812856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812856

Black with #812856

Text Example


Text Example

White with #812856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812856; }

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

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

background-color css

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

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

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

border-color css

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

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

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