Html Css Color HEX #863152 Rose Bud Cherry

📋 copy color: '#863152'

red 134 ◦ green 49 ◦ blue 82

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

Shades of Rose Bud Cherry #863152

Tints of Rose Bud Cherry #863152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 50.57%
G = 18.49%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#863152 (or 0x863152) is known color: Rose Bud Cherry. HEX triplet: 86, 31 and 52. RGB value is (134,49,82). Sum of RGB (Red+Green+Blue) = 134+49+82=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #863152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863152 is #79CEAD. Grayscale: #4E4E4E. Windows color (decimal): -7982766 or 5386630. OLE color: 5386630.

HSL color Cylindrical-coordinate representation of color #863152: hue angle of 336.71º 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 #863152 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 49 82 -
CMYK 0 0.63 0.39 0.47
HSL 336.71º 0.46% 0.36% -
HSV(B) 336.71º 0.63% 0.53% -
XYZ 12.45 7.87 8.85 -
YUV 78.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 134 49 82 0 0.63 0.39 0.47 336.71 0.46 0.36
Hex 86 31 52 0 3F 27 2F 151 2E 24
Octal 206 61 122 0 77 47 57 521 56 44
Binary 10000110 110001 1010010 0 111111 100111 101111 101010001 101110 100100

Color Harmonies of #863152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863152

Black with #863152

Text Example


Text Example

White with #863152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863152; }

 p { color: rgb(134,49,82); }

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

background-color css

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

 a { background-color: rgb(134,49,82); }

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

border-color css

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

 span { border-color: rgb(134,49,82); }

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