Html Css Color HEX #812556 Rose Bud Cherry

📋 copy color: '#812556'

red 129 ◦ green 37 ◦ blue 86

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

Shades of Rose Bud Cherry #812556

Tints of Rose Bud Cherry #812556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

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

R = 51.19%
G = 14.68%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#812556 (or 0x812556) is known color: Rose Bud Cherry. HEX triplet: 81, 25 and 56. RGB value is (129,37,86). Sum of RGB (Red+Green+Blue) = 129+37+86=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #812556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812556 is #7EDAA9. Grayscale: #454545. Windows color (decimal): -8313514 or 5645697. OLE color: 5645697.

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

Color convert

RGB 129 37 86 -
CMYK 0 0.71 0.33 0.49
HSL 328.04º 0.55% 0.33% -
HSV(B) 328.04º 0.71% 0.51% -
XYZ 11.39 6.66 9.49 -
YUV 70.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 129 37 86 0 0.71 0.33 0.49 328.04 0.55 0.33
Hex 81 25 56 0 47 21 31 148 37 21
Octal 201 45 126 0 107 41 61 510 67 41
Binary 10000001 100101 1010110 0 1000111 100001 110001 101001000 110111 100001

Color Harmonies of #812556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812556

Black with #812556

Text Example


Text Example

White with #812556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812556; }

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

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

background-color css

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

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

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

border-color css

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

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

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