Html Css Color HEX #863768 Rose Bud Cherry

📋 copy color: '#863768'

red 134 ◦ green 55 ◦ blue 104

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

Shades of Rose Bud Cherry #863768

Tints of Rose Bud Cherry #863768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

 BLUE value IS 104 (41.02% from 255) = 35.49%

R = 45.73%
G = 18.77%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#863768 (or 0x863768) is known color: Rose Bud Cherry. HEX triplet: 86, 37 and 68. RGB value is (134,55,104). Sum of RGB (Red+Green+Blue) = 134+55+104=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #863768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863768 is #79C897. Grayscale: #545454. Windows color (decimal): -7981208 or 6829958. OLE color: 6829958.

HSL color Cylindrical-coordinate representation of color #863768: hue angle of 322.78º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #863768 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 104 -
CMYK 0 0.59 0.22 0.47
HSL 322.78º 0.42% 0.37% -
HSV(B) 322.78º 0.59% 0.53% -
XYZ 13.7 8.8 14.07 -
YUV 84.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 134 55 104 0 0.59 0.22 0.47 322.78 0.42 0.37
Hex 86 37 68 0 3B 16 2F 143 2A 25
Octal 206 67 150 0 73 26 57 503 52 45
Binary 10000110 110111 1101000 0 111011 10110 101111 101000011 101010 100101

Color Harmonies of #863768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863768

Black with #863768

Text Example


Text Example

White with #863768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863768; }

 p { color: rgb(134,55,104); }

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

background-color css

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

 a { background-color: rgb(134,55,104); }

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

border-color css

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

 span { border-color: rgb(134,55,104); }

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