Html Css Color HEX #813858 Rose Bud Cherry

📋 copy color: '#813858'

red 129 ◦ green 56 ◦ blue 88

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

Shades of Rose Bud Cherry #813858

Tints of Rose Bud Cherry #813858

RGB

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

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

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

R = 47.25%
G = 20.51%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#813858 (or 0x813858) is known color: Rose Bud Cherry. HEX triplet: 81, 38 and 58. RGB value is (129,56,88). Sum of RGB (Red+Green+Blue) = 129+56+88=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #813858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813858 is #7EC7A7. Grayscale: #515151. Windows color (decimal): -8308648 or 5781633. OLE color: 5781633.

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

Color convert

RGB 129 56 88 -
CMYK 0 0.57 0.32 0.49
HSL 333.7º 0.39% 0.36% -
HSV(B) 333.7º 0.57% 0.51% -
XYZ 12.23 8.2 10.17 -
YUV 81.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 129 56 88 0 0.57 0.32 0.49 333.7 0.39 0.36
Hex 81 38 58 0 39 20 31 14E 27 24
Octal 201 70 130 0 71 40 61 516 47 44
Binary 10000001 111000 1011000 0 111001 100000 110001 101001110 100111 100100

Color Harmonies of #813858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813858

Black with #813858

Text Example


Text Example

White with #813858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813858; }

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

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

background-color css

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

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

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

border-color css

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

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

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