Html Css Color HEX #863C5C Rose Bud Cherry

📋 copy color: '#863C5C'

red 134 ◦ green 60 ◦ blue 92

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

Shades of Rose Bud Cherry #863C5C

Tints of Rose Bud Cherry #863C5C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.98%

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 46.85%
G = 20.98%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#863C5C (or 0x863C5C) is known color: Rose Bud Cherry. HEX triplet: 86, 3C and 5C. RGB value is (134,60,92). Sum of RGB (Red+Green+Blue) = 134+60+92=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #863C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C5C is #79C3A3. Grayscale: #555555. Windows color (decimal): -7979940 or 6044806. OLE color: 6044806.

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

Color convert

RGB 134 60 92 -
CMYK 0 0.55 0.31 0.47
HSL 334.05º 0.38% 0.38% -
HSV(B) 334.05º 0.55% 0.53% -
XYZ 13.38 9.07 11.17 -
YUV 85.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 134 60 92 0 0.55 0.31 0.47 334.05 0.38 0.38
Hex 86 3C 5C 0 37 1F 2F 14E 26 26
Octal 206 74 134 0 67 37 57 516 46 46
Binary 10000110 111100 1011100 0 110111 11111 101111 101001110 100110 100110

Color Harmonies of #863C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C5C

Black with #863C5C

Text Example


Text Example

White with #863C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,60,92); }

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

background-color css

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

 a { background-color: rgb(134,60,92); }

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

border-color css

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

 span { border-color: rgb(134,60,92); }

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