Html Css Color HEX #863362 Rose Bud Cherry

📋 copy color: '#863362'

red 134 ◦ green 51 ◦ blue 98

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

Shades of Rose Bud Cherry #863362

Tints of Rose Bud Cherry #863362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.02%

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

R = 47.35%
G = 18.02%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#863362 (or 0x863362) is known color: Rose Bud Cherry. HEX triplet: 86, 33 and 62. RGB value is (134,51,98). Sum of RGB (Red+Green+Blue) = 134+51+98=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #863362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863362 is #79CC9D. Grayscale: #515151. Windows color (decimal): -7982238 or 6435718. OLE color: 6435718.

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

Color convert

RGB 134 51 98 -
CMYK 0 0.62 0.27 0.47
HSL 326.02º 0.45% 0.36% -
HSV(B) 326.02º 0.62% 0.53% -
XYZ 13.22 8.32 12.46 -
YUV 81.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 134 51 98 0 0.62 0.27 0.47 326.02 0.45 0.36
Hex 86 33 62 0 3E 1B 2F 146 2D 24
Octal 206 63 142 0 76 33 57 506 55 44
Binary 10000110 110011 1100010 0 111110 11011 101111 101000110 101101 100100

Color Harmonies of #863362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863362

Black with #863362

Text Example


Text Example

White with #863362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863362; }

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

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

background-color css

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

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

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

border-color css

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

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

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