Html Css Color HEX #813363 Rose Bud Cherry

📋 copy color: '#813363'

red 129 ◦ green 51 ◦ blue 99

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

Shades of Rose Bud Cherry #813363

Tints of Rose Bud Cherry #813363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.28%

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 46.24%
G = 18.28%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#813363 (or 0x813363) is known color: Rose Bud Cherry. HEX triplet: 81, 33 and 63. RGB value is (129,51,99). Sum of RGB (Red+Green+Blue) = 129+51+99=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #813363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813363 is #7ECC9C. Grayscale: #4F4F4F. Windows color (decimal): -8309917 or 6501249. OLE color: 6501249.

HSL color Cylindrical-coordinate representation of color #813363: hue angle of 323.08º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813363 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 99 -
CMYK 0 0.60 0.23 0.49
HSL 323.08º 0.43% 0.35% -
HSV(B) 323.08º 0.6% 0.51% -
XYZ 12.49 7.94 12.68 -
YUV 79.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 129 51 99 0 0.60 0.23 0.49 323.08 0.43 0.35
Hex 81 33 63 0 3C 17 31 143 2B 23
Octal 201 63 143 0 74 27 61 503 53 43
Binary 10000001 110011 1100011 0 111100 10111 110001 101000011 101011 100011

Color Harmonies of #813363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813363

Black with #813363

Text Example


Text Example

White with #813363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813363; }

 p { color: rgb(129,51,99); }

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

background-color css

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

 a { background-color: rgb(129,51,99); }

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

border-color css

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

 span { border-color: rgb(129,51,99); }

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