Html Css Color HEX #863862 Rose Bud Cherry

📋 copy color: '#863862'

red 134 ◦ green 56 ◦ blue 98

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

Shades of Rose Bud Cherry #863862

Tints of Rose Bud Cherry #863862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.44%

 BLUE value IS 98 (38.67% from 255) = 34.03%

R = 46.53%
G = 19.44%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#863862 (or 0x863862) is known color: Rose Bud Cherry. HEX triplet: 86, 38 and 62. RGB value is (134,56,98). Sum of RGB (Red+Green+Blue) = 134+56+98=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #863862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863862 is #79C79D. Grayscale: #545454. Windows color (decimal): -7980958 or 6436998. OLE color: 6436998.

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

Color convert

RGB 134 56 98 -
CMYK 0 0.58 0.27 0.47
HSL 327.69º 0.41% 0.37% -
HSV(B) 327.69º 0.58% 0.53% -
XYZ 13.45 8.78 12.54 -
YUV 84.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 134 56 98 0 0.58 0.27 0.47 327.69 0.41 0.37
Hex 86 38 62 0 3A 1B 2F 148 29 25
Octal 206 70 142 0 72 33 57 510 51 45
Binary 10000110 111000 1100010 0 111010 11011 101111 101001000 101001 100101

Color Harmonies of #863862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863862

Black with #863862

Text Example


Text Example

White with #863862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863862; }

 p { color: rgb(134,56,98); }

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

background-color css

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

 a { background-color: rgb(134,56,98); }

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

border-color css

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

 span { border-color: rgb(134,56,98); }

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