Html Css Color HEX #813263 Rose Bud Cherry

📋 copy color: '#813263'

red 129 ◦ green 50 ◦ blue 99

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

Shades of Rose Bud Cherry #813263

Tints of Rose Bud Cherry #813263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.99%

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

R = 46.4%
G = 17.99%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#813263 (or 0x813263) is known color: Rose Bud Cherry. HEX triplet: 81, 32 and 63. RGB value is (129,50,99). Sum of RGB (Red+Green+Blue) = 129+50+99=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #813263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813263 is #7ECD9C. Grayscale: #4F4F4F. Windows color (decimal): -8310173 or 6500993. OLE color: 6500993.

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

Color convert

RGB 129 50 99 -
CMYK 0 0.61 0.23 0.49
HSL 322.78º 0.44% 0.35% -
HSV(B) 322.78º 0.61% 0.51% -
XYZ 12.45 7.85 12.66 -
YUV 79.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 129 50 99 0 0.61 0.23 0.49 322.78 0.44 0.35
Hex 81 32 63 0 3D 17 31 143 2C 23
Octal 201 62 143 0 75 27 61 503 54 43
Binary 10000001 110010 1100011 0 111101 10111 110001 101000011 101100 100011

Color Harmonies of #813263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813263

Black with #813263

Text Example


Text Example

White with #813263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813263; }

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

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

background-color css

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

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

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

border-color css

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

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

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