Html Css Color HEX #813058 Rose Bud Cherry

📋 copy color: '#813058'

red 129 ◦ green 48 ◦ blue 88

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

Shades of Rose Bud Cherry #813058

Tints of Rose Bud Cherry #813058

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

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

R = 48.68%
G = 18.11%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#813058 (or 0x813058) is known color: Rose Bud Cherry. HEX triplet: 81, 30 and 58. RGB value is (129,48,88). Sum of RGB (Red+Green+Blue) = 129+48+88=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #813058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813058 is #7ECFA7. Grayscale: #4C4C4C. Windows color (decimal): -8310696 or 5779585. OLE color: 5779585.

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

Color convert

RGB 129 48 88 -
CMYK 0 0.63 0.32 0.49
HSL 330.37º 0.46% 0.35% -
HSV(B) 330.37º 0.63% 0.51% -
XYZ 11.87 7.49 10.05 -
YUV 76.78 134.34 165.25 -
System Red Green Blue C M Y K H S L
Decimal 129 48 88 0 0.63 0.32 0.49 330.37 0.46 0.35
Hex 81 30 58 0 3F 20 31 14A 2E 23
Octal 201 60 130 0 77 40 61 512 56 43
Binary 10000001 110000 1011000 0 111111 100000 110001 101001010 101110 100011

Color Harmonies of #813058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813058

Black with #813058

Text Example


Text Example

White with #813058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813058; }

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

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

background-color css

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

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

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

border-color css

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

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

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