Html Css Color HEX #863052 Rose Bud Cherry

📋 copy color: '#863052'

red 134 ◦ green 48 ◦ blue 82

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

Shades of Rose Bud Cherry #863052

Tints of Rose Bud Cherry #863052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 50.76%
G = 18.18%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#863052 (or 0x863052) is known color: Rose Bud Cherry. HEX triplet: 86, 30 and 52. RGB value is (134,48,82). Sum of RGB (Red+Green+Blue) = 134+48+82=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #863052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863052 is #79CFAD. Grayscale: #4D4D4D. Windows color (decimal): -7983022 or 5386374. OLE color: 5386374.

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

Color convert

RGB 134 48 82 -
CMYK 0 0.64 0.39 0.47
HSL 336.28º 0.47% 0.36% -
HSV(B) 336.28º 0.64% 0.53% -
XYZ 12.41 7.79 8.83 -
YUV 77.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 134 48 82 0 0.64 0.39 0.47 336.28 0.47 0.36
Hex 86 30 52 0 40 27 2F 150 2F 24
Octal 206 60 122 0 100 47 57 520 57 44
Binary 10000110 110000 1010010 0 1000000 100111 101111 101010000 101111 100100

Color Harmonies of #863052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863052

Black with #863052

Text Example


Text Example

White with #863052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863052; }

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

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

background-color css

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

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

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

border-color css

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

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

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