Html Css Color HEX #813758 Rose Bud Cherry

📋 copy color: '#813758'

red 129 ◦ green 55 ◦ blue 88

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

Shades of Rose Bud Cherry #813758

Tints of Rose Bud Cherry #813758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.22%

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

R = 47.43%
G = 20.22%
B = 32.35%

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

#813758 (or 0x813758) is known color: Rose Bud Cherry. HEX triplet: 81, 37 and 58. RGB value is (129,55,88). Sum of RGB (Red+Green+Blue) = 129+55+88=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #813758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813758 is #7EC8A7. Grayscale: #505050. Windows color (decimal): -8308904 or 5781377. OLE color: 5781377.

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

Color convert

RGB 129 55 88 -
CMYK 0 0.57 0.32 0.49
HSL 333.24º 0.4% 0.36% -
HSV(B) 333.24º 0.57% 0.51% -
XYZ 12.18 8.1 10.15 -
YUV 80.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 129 55 88 0 0.57 0.32 0.49 333.24 0.4 0.36
Hex 81 37 58 0 39 20 31 14D 28 24
Octal 201 67 130 0 71 40 61 515 50 44
Binary 10000001 110111 1011000 0 111001 100000 110001 101001101 101000 100100

Color Harmonies of #813758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813758

Black with #813758

Text Example


Text Example

White with #813758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813758; }

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

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

background-color css

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

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

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

border-color css

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

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

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