Html Css Color HEX #863053 Rose Bud Cherry

📋 copy color: '#863053'

red 134 ◦ green 48 ◦ blue 83

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

Shades of Rose Bud Cherry #863053

Tints of Rose Bud Cherry #863053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.32%

R = 50.57%
G = 18.11%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#863053 (or 0x863053) is known color: Rose Bud Cherry. HEX triplet: 86, 30 and 53. RGB value is (134,48,83). Sum of RGB (Red+Green+Blue) = 134+48+83=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #863053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863053 is #79CFAC. Grayscale: #4D4D4D. Windows color (decimal): -7983021 or 5451910. OLE color: 5451910.

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

Color convert

RGB 134 48 83 -
CMYK 0 0.64 0.38 0.47
HSL 335.58º 0.47% 0.36% -
HSV(B) 335.58º 0.64% 0.53% -
XYZ 12.45 7.81 9.03 -
YUV 77.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 134 48 83 0 0.64 0.38 0.47 335.58 0.47 0.36
Hex 86 30 53 0 40 26 2F 150 2F 24
Octal 206 60 123 0 100 46 57 520 57 44
Binary 10000110 110000 1010011 0 1000000 100110 101111 101010000 101111 100100

Color Harmonies of #863053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863053

Black with #863053

Text Example


Text Example

White with #863053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863053; }

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

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

background-color css

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

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

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

border-color css

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

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

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