Html Css Color HEX #812957 Rose Bud Cherry

📋 copy color: '#812957'

red 129 ◦ green 41 ◦ blue 87

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

Shades of Rose Bud Cherry #812957

Tints of Rose Bud Cherry #812957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

 BLUE value IS 87 (34.38% from 255) = 33.85%

R = 50.19%
G = 15.95%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#812957 (or 0x812957) is known color: Rose Bud Cherry. HEX triplet: 81, 29 and 57. RGB value is (129,41,87). Sum of RGB (Red+Green+Blue) = 129+41+87=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #812957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812957 is #7ED6A8. Grayscale: #484848. Windows color (decimal): -8312489 or 5712257. OLE color: 5712257.

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

Color convert

RGB 129 41 87 -
CMYK 0 0.68 0.33 0.49
HSL 328.64º 0.52% 0.33% -
HSV(B) 328.64º 0.68% 0.51% -
XYZ 11.57 6.94 9.75 -
YUV 72.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 129 41 87 0 0.68 0.33 0.49 328.64 0.52 0.33
Hex 81 29 57 0 44 21 31 149 34 21
Octal 201 51 127 0 104 41 61 511 64 41
Binary 10000001 101001 1010111 0 1000100 100001 110001 101001001 110100 100001

Color Harmonies of #812957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812957

Black with #812957

Text Example


Text Example

White with #812957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812957; }

 p { color: rgb(129,41,87); }

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

background-color css

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

 a { background-color: rgb(129,41,87); }

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

border-color css

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

 span { border-color: rgb(129,41,87); }

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