Html Css Color HEX #813658 Rose Bud Cherry

📋 copy color: '#813658'

red 129 ◦ green 54 ◦ blue 88

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

Shades of Rose Bud Cherry #813658

Tints of Rose Bud Cherry #813658

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

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

R = 47.6%
G = 19.93%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#813658 (or 0x813658) is known color: Rose Bud Cherry. HEX triplet: 81, 36 and 58. RGB value is (129,54,88). Sum of RGB (Red+Green+Blue) = 129+54+88=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #813658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813658 is #7EC9A7. Grayscale: #505050. Windows color (decimal): -8309160 or 5781121. OLE color: 5781121.

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

Color convert

RGB 129 54 88 -
CMYK 0 0.58 0.32 0.49
HSL 332.8º 0.41% 0.36% -
HSV(B) 332.8º 0.58% 0.51% -
XYZ 12.13 8.01 10.14 -
YUV 80.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 129 54 88 0 0.58 0.32 0.49 332.8 0.41 0.36
Hex 81 36 58 0 3A 20 31 14D 29 24
Octal 201 66 130 0 72 40 61 515 51 44
Binary 10000001 110110 1011000 0 111010 100000 110001 101001101 101001 100100

Color Harmonies of #813658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813658

Black with #813658

Text Example


Text Example

White with #813658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813658; }

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

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

background-color css

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

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

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

border-color css

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

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

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