Html Css Color HEX #862053 Rose Bud Cherry

📋 copy color: '#862053'

red 134 ◦ green 32 ◦ blue 83

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

Shades of Rose Bud Cherry #862053

Tints of Rose Bud Cherry #862053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

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

R = 53.82%
G = 12.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#862053 (or 0x862053) is known color: Rose Bud Cherry. HEX triplet: 86, 20 and 53. RGB value is (134,32,83). Sum of RGB (Red+Green+Blue) = 134+32+83=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #862053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862053 is #79DFAC. Grayscale: #444444. Windows color (decimal): -7987117 or 5447814. OLE color: 5447814.

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

Color convert

RGB 134 32 83 -
CMYK 0 0.76 0.38 0.47
HSL 330º 0.61% 0.33% -
HSV(B) 330º 0.76% 0.53% -
XYZ 11.91 6.73 8.85 -
YUV 68.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 134 32 83 0 0.76 0.38 0.47 330 0.61 0.33
Hex 86 20 53 0 4C 26 2F 14A 3D 21
Octal 206 40 123 0 114 46 57 512 75 41
Binary 10000110 100000 1010011 0 1001100 100110 101111 101001010 111101 100001

Color Harmonies of #862053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862053

Black with #862053

Text Example


Text Example

White with #862053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862053; }

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

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

background-color css

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

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

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

border-color css

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

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

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