Html Css Color HEX #813466 Rose Bud Cherry

📋 copy color: '#813466'

red 129 ◦ green 52 ◦ blue 102

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

Shades of Rose Bud Cherry #813466

Tints of Rose Bud Cherry #813466

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 45.58%
G = 18.37%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#813466 (or 0x813466) is known color: Rose Bud Cherry. HEX triplet: 81, 34 and 66. RGB value is (129,52,102). Sum of RGB (Red+Green+Blue) = 129+52+102=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #813466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813466 is #7ECB99. Grayscale: #505050. Windows color (decimal): -8309658 or 6698113. OLE color: 6698113.

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

Color convert

RGB 129 52 102 -
CMYK 0 0.60 0.21 0.49
HSL 321.04º 0.43% 0.35% -
HSV(B) 321.04º 0.6% 0.51% -
XYZ 12.68 8.08 13.46 -
YUV 80.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 129 52 102 0 0.60 0.21 0.49 321.04 0.43 0.35
Hex 81 34 66 0 3C 15 31 141 2B 23
Octal 201 64 146 0 74 25 61 501 53 43
Binary 10000001 110100 1100110 0 111100 10101 110001 101000001 101011 100011

Color Harmonies of #813466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813466

Black with #813466

Text Example


Text Example

White with #813466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813466; }

 p { color: rgb(129,52,102); }

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

background-color css

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

 a { background-color: rgb(129,52,102); }

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

border-color css

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

 span { border-color: rgb(129,52,102); }

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