Html Css Color HEX #863256 Rose Bud Cherry

📋 copy color: '#863256'

red 134 ◦ green 50 ◦ blue 86

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

Shades of Rose Bud Cherry #863256

Tints of Rose Bud Cherry #863256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.52%

 BLUE value IS 86 (33.98% from 255) = 31.85%

R = 49.63%
G = 18.52%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#863256 (or 0x863256) is known color: Rose Bud Cherry. HEX triplet: 86, 32 and 56. RGB value is (134,50,86). Sum of RGB (Red+Green+Blue) = 134+50+86=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #863256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863256 is #79CDA9. Grayscale: #4F4F4F. Windows color (decimal): -7982506 or 5649030. OLE color: 5649030.

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

Color convert

RGB 134 50 86 -
CMYK 0 0.63 0.36 0.47
HSL 334.29º 0.46% 0.36% -
HSV(B) 334.29º 0.63% 0.53% -
XYZ 12.65 8.02 9.69 -
YUV 79.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 134 50 86 0 0.63 0.36 0.47 334.29 0.46 0.36
Hex 86 32 56 0 3F 24 2F 14E 2E 24
Octal 206 62 126 0 77 44 57 516 56 44
Binary 10000110 110010 1010110 0 111111 100100 101111 101001110 101110 100100

Color Harmonies of #863256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863256

Black with #863256

Text Example


Text Example

White with #863256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863256; }

 p { color: rgb(134,50,86); }

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

background-color css

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

 a { background-color: rgb(134,50,86); }

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

border-color css

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

 span { border-color: rgb(134,50,86); }

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