Html Css Color HEX #863462 Rose Bud Cherry

📋 copy color: '#863462'

red 134 ◦ green 52 ◦ blue 98

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

Shades of Rose Bud Cherry #863462

Tints of Rose Bud Cherry #863462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.31%

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

R = 47.18%
G = 18.31%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#863462 (or 0x863462) is known color: Rose Bud Cherry. HEX triplet: 86, 34 and 62. RGB value is (134,52,98). Sum of RGB (Red+Green+Blue) = 134+52+98=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #863462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863462 is #79CB9D. Grayscale: #515151. Windows color (decimal): -7981982 or 6435974. OLE color: 6435974.

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

Color convert

RGB 134 52 98 -
CMYK 0 0.61 0.27 0.47
HSL 326.34º 0.44% 0.36% -
HSV(B) 326.34º 0.61% 0.53% -
XYZ 13.26 8.41 12.48 -
YUV 81.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 134 52 98 0 0.61 0.27 0.47 326.34 0.44 0.36
Hex 86 34 62 0 3D 1B 2F 146 2C 24
Octal 206 64 142 0 75 33 57 506 54 44
Binary 10000110 110100 1100010 0 111101 11011 101111 101000110 101100 100100

Color Harmonies of #863462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863462

Black with #863462

Text Example


Text Example

White with #863462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863462; }

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

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

background-color css

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

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

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

border-color css

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

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

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