Html Css Color HEX #813664 Rose Bud Cherry

📋 copy color: '#813664'

red 129 ◦ green 54 ◦ blue 100

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

Shades of Rose Bud Cherry #813664

Tints of Rose Bud Cherry #813664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.34%

R = 45.58%
G = 19.08%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#813664 (or 0x813664) is known color: Rose Bud Cherry. HEX triplet: 81, 36 and 64. RGB value is (129,54,100). Sum of RGB (Red+Green+Blue) = 129+54+100=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #813664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813664 is #7EC99B. Grayscale: #515151. Windows color (decimal): -8309148 or 6567553. OLE color: 6567553.

HSL color Cylindrical-coordinate representation of color #813664: hue angle of 323.2º 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 #813664 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 54 100 -
CMYK 0 0.58 0.22 0.49
HSL 323.2º 0.41% 0.36% -
HSV(B) 323.2º 0.58% 0.51% -
XYZ 12.67 8.23 12.98 -
YUV 81.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 129 54 100 0 0.58 0.22 0.49 323.2 0.41 0.36
Hex 81 36 64 0 3A 16 31 143 29 24
Octal 201 66 144 0 72 26 61 503 51 44
Binary 10000001 110110 1100100 0 111010 10110 110001 101000011 101001 100100

Color Harmonies of #813664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813664

Black with #813664

Text Example


Text Example

White with #813664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813664; }

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

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

background-color css

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

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

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

border-color css

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

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

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