Html Css Color HEX #862461 Rose Bud Cherry

📋 copy color: '#862461'

red 134 ◦ green 36 ◦ blue 97

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

Shades of Rose Bud Cherry #862461

Tints of Rose Bud Cherry #862461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

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

R = 50.19%
G = 13.48%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#862461 (or 0x862461) is known color: Rose Bud Cherry. HEX triplet: 86, 24 and 61. RGB value is (134,36,97). Sum of RGB (Red+Green+Blue) = 134+36+97=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #862461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862461 is #79DB9E. Grayscale: #484848. Windows color (decimal): -7986079 or 6366342. OLE color: 6366342.

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

Color convert

RGB 134 36 97 -
CMYK 0 0.73 0.28 0.47
HSL 322.65º 0.58% 0.33% -
HSV(B) 322.65º 0.73% 0.53% -
XYZ 12.62 7.19 12.03 -
YUV 72.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 134 36 97 0 0.73 0.28 0.47 322.65 0.58 0.33
Hex 86 24 61 0 49 1C 2F 143 3A 21
Octal 206 44 141 0 111 34 57 503 72 41
Binary 10000110 100100 1100001 0 1001001 11100 101111 101000011 111010 100001

Color Harmonies of #862461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862461

Black with #862461

Text Example


Text Example

White with #862461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862461; }

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

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

background-color css

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

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

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

border-color css

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

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

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