Html Css Color HEX #863A5E Rose Bud Cherry

📋 copy color: '#863A5E'

red 134 ◦ green 58 ◦ blue 94

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

Shades of Rose Bud Cherry #863A5E

Tints of Rose Bud Cherry #863A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 46.85%
G = 20.28%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#863A5E (or 0x863A5E) is known color: Rose Bud Cherry. HEX triplet: 86, 3A and 5E. RGB value is (134,58,94). Sum of RGB (Red+Green+Blue) = 134+58+94=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #863A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A5E is #79C5A1. Grayscale: #545454. Windows color (decimal): -7980450 or 6175366. OLE color: 6175366.

HSL color Cylindrical-coordinate representation of color #863A5E: hue angle of 331.58º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A5E is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 58 94 -
CMYK 0 0.57 0.30 0.47
HSL 331.58º 0.4% 0.38% -
HSV(B) 331.58º 0.57% 0.53% -
XYZ 13.36 8.9 11.6 -
YUV 84.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 134 58 94 0 0.57 0.30 0.47 331.58 0.4 0.38
Hex 86 3A 5E 0 39 1E 2F 14C 28 26
Octal 206 72 136 0 71 36 57 514 50 46
Binary 10000110 111010 1011110 0 111001 11110 101111 101001100 101000 100110

Color Harmonies of #863A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A5E

Black with #863A5E

Text Example


Text Example

White with #863A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863A5E; }

 p { color: rgb(134,58,94); }

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

background-color css

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

 a { background-color: rgb(134,58,94); }

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

border-color css

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

 span { border-color: rgb(134,58,94); }

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