Html Css Color HEX #862361 Rose Bud Cherry

📋 copy color: '#862361'

red 134 ◦ green 35 ◦ blue 97

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

Shades of Rose Bud Cherry #862361

Tints of Rose Bud Cherry #862361

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.16%

 BLUE value IS 97 (38.28% from 255) = 36.47%

R = 50.38%
G = 13.16%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#862361 (or 0x862361) is known color: Rose Bud Cherry. HEX triplet: 86, 23 and 61. RGB value is (134,35,97). Sum of RGB (Red+Green+Blue) = 134+35+97=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #862361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862361 is #79DC9E. Grayscale: #474747. Windows color (decimal): -7986335 or 6366086. OLE color: 6366086.

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

Color convert

RGB 134 35 97 -
CMYK 0 0.74 0.28 0.47
HSL 322.42º 0.59% 0.33% -
HSV(B) 322.42º 0.74% 0.53% -
XYZ 12.59 7.13 12.02 -
YUV 71.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 134 35 97 0 0.74 0.28 0.47 322.42 0.59 0.33
Hex 86 23 61 0 4A 1C 2F 142 3B 21
Octal 206 43 141 0 112 34 57 502 73 41
Binary 10000110 100011 1100001 0 1001010 11100 101111 101000010 111011 100001

Color Harmonies of #862361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862361

Black with #862361

Text Example


Text Example

White with #862361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862361; }

 p { color: rgb(134,35,97); }

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

background-color css

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

 a { background-color: rgb(134,35,97); }

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

border-color css

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

 span { border-color: rgb(134,35,97); }

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