Html Css Color HEX #862963 Rose Bud Cherry

📋 copy color: '#862963'

red 134 ◦ green 41 ◦ blue 99

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

Shades of Rose Bud Cherry #862963

Tints of Rose Bud Cherry #862963

RGB

 RED value IS 134 (52.73% from 255) = 48.91%

 GREEN value IS 41 (16.41% from 255) = 14.96%

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

R = 48.91%
G = 14.96%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#862963 (or 0x862963) is known color: Rose Bud Cherry. HEX triplet: 86, 29 and 63. RGB value is (134,41,99). Sum of RGB (Red+Green+Blue) = 134+41+99=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #862963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862963 is #79D69C. Grayscale: #4B4B4B. Windows color (decimal): -7984797 or 6498694. OLE color: 6498694.

HSL color Cylindrical-coordinate representation of color #862963: hue angle of 322.58º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862963 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 41 99 -
CMYK 0 0.69 0.26 0.47
HSL 322.58º 0.53% 0.34% -
HSV(B) 322.58º 0.69% 0.53% -
XYZ 12.88 7.56 12.58 -
YUV 75.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 134 41 99 0 0.69 0.26 0.47 322.58 0.53 0.34
Hex 86 29 63 0 45 1A 2F 143 35 22
Octal 206 51 143 0 105 32 57 503 65 42
Binary 10000110 101001 1100011 0 1000101 11010 101111 101000011 110101 100010

Color Harmonies of #862963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862963

Black with #862963

Text Example


Text Example

White with #862963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862963; }

 p { color: rgb(134,41,99); }

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

background-color css

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

 a { background-color: rgb(134,41,99); }

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

border-color css

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

 span { border-color: rgb(134,41,99); }

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