Html Css Color HEX #862653 Rose Bud Cherry

📋 copy color: '#862653'

red 134 ◦ green 38 ◦ blue 83

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

Shades of Rose Bud Cherry #862653

Tints of Rose Bud Cherry #862653

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.9%

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

R = 52.55%
G = 14.9%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#862653 (or 0x862653) is known color: Rose Bud Cherry. HEX triplet: 86, 26 and 53. RGB value is (134,38,83). Sum of RGB (Red+Green+Blue) = 134+38+83=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #862653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862653 is #79D9AC. Grayscale: #474747. Windows color (decimal): -7985581 or 5449350. OLE color: 5449350.

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

Color convert

RGB 134 38 83 -
CMYK 0 0.72 0.38 0.47
HSL 331.88º 0.56% 0.34% -
HSV(B) 331.88º 0.72% 0.53% -
XYZ 12.09 7.08 8.91 -
YUV 71.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 134 38 83 0 0.72 0.38 0.47 331.88 0.56 0.34
Hex 86 26 53 0 48 26 2F 14C 38 22
Octal 206 46 123 0 110 46 57 514 70 42
Binary 10000110 100110 1010011 0 1001000 100110 101111 101001100 111000 100010

Color Harmonies of #862653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862653

Black with #862653

Text Example


Text Example

White with #862653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862653; }

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

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

background-color css

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

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

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

border-color css

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

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

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