Html Css Color HEX #863054 Rose Bud Cherry

📋 copy color: '#863054'

red 134 ◦ green 48 ◦ blue 84

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

Shades of Rose Bud Cherry #863054

Tints of Rose Bud Cherry #863054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.58%

R = 50.38%
G = 18.05%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#863054 (or 0x863054) is known color: Rose Bud Cherry. HEX triplet: 86, 30 and 54. RGB value is (134,48,84). Sum of RGB (Red+Green+Blue) = 134+48+84=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #863054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863054 is #79CFAB. Grayscale: #4D4D4D. Windows color (decimal): -7983020 or 5517446. OLE color: 5517446.

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

Color convert

RGB 134 48 84 -
CMYK 0 0.64 0.37 0.47
HSL 334.88º 0.47% 0.36% -
HSV(B) 334.88º 0.64% 0.53% -
XYZ 12.49 7.82 9.24 -
YUV 77.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 134 48 84 0 0.64 0.37 0.47 334.88 0.47 0.36
Hex 86 30 54 0 40 25 2F 14F 2F 24
Octal 206 60 124 0 100 45 57 517 57 44
Binary 10000110 110000 1010100 0 1000000 100101 101111 101001111 101111 100100

Color Harmonies of #863054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863054

Black with #863054

Text Example


Text Example

White with #863054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863054; }

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

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

background-color css

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

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

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

border-color css

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

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

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