Html Css Color HEX #812858 Rose Bud Cherry

📋 copy color: '#812858'

red 129 ◦ green 40 ◦ blue 88

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

Shades of Rose Bud Cherry #812858

Tints of Rose Bud Cherry #812858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 50.19%
G = 15.56%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#812858 (or 0x812858) is known color: Rose Bud Cherry. HEX triplet: 81, 28 and 58. RGB value is (129,40,88). Sum of RGB (Red+Green+Blue) = 129+40+88=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #812858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812858 is #7ED7A7. Grayscale: #474747. Windows color (decimal): -8312744 or 5777537. OLE color: 5777537.

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

Color convert

RGB 129 40 88 -
CMYK 0 0.69 0.32 0.49
HSL 327.64º 0.53% 0.33% -
HSV(B) 327.64º 0.69% 0.51% -
XYZ 11.57 6.89 9.95 -
YUV 72.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 129 40 88 0 0.69 0.32 0.49 327.64 0.53 0.33
Hex 81 28 58 0 45 20 31 148 35 21
Octal 201 50 130 0 105 40 61 510 65 41
Binary 10000001 101000 1011000 0 1000101 100000 110001 101001000 110101 100001

Color Harmonies of #812858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812858

Black with #812858

Text Example


Text Example

White with #812858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812858; }

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

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

background-color css

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

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

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

border-color css

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

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

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