Html Css Color HEX #813859 Rose Bud Cherry

📋 copy color: '#813859'

red 129 ◦ green 56 ◦ blue 89

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

Shades of Rose Bud Cherry #813859

Tints of Rose Bud Cherry #813859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.44%

 BLUE value IS 89 (35.16% from 255) = 32.48%

R = 47.08%
G = 20.44%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#813859 (or 0x813859) is known color: Rose Bud Cherry. HEX triplet: 81, 38 and 59. RGB value is (129,56,89). Sum of RGB (Red+Green+Blue) = 129+56+89=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #813859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813859 is #7EC7A6. Grayscale: #515151. Windows color (decimal): -8308647 or 5847169. OLE color: 5847169.

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

Color convert

RGB 129 56 89 -
CMYK 0 0.57 0.31 0.49
HSL 332.88º 0.39% 0.36% -
HSV(B) 332.88º 0.57% 0.51% -
XYZ 12.27 8.22 10.39 -
YUV 81.59 132.18 161.82 -
System Red Green Blue C M Y K H S L
Decimal 129 56 89 0 0.57 0.31 0.49 332.88 0.39 0.36
Hex 81 38 59 0 39 1F 31 14D 27 24
Octal 201 70 131 0 71 37 61 515 47 44
Binary 10000001 111000 1011001 0 111001 11111 110001 101001101 100111 100100

Color Harmonies of #813859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813859

Black with #813859

Text Example


Text Example

White with #813859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813859; }

 p { color: rgb(129,56,89); }

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

background-color css

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

 a { background-color: rgb(129,56,89); }

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

border-color css

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

 span { border-color: rgb(129,56,89); }

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