Html Css Color HEX #862457 Rose Bud Cherry

📋 copy color: '#862457'

red 134 ◦ green 36 ◦ blue 87

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

Shades of Rose Bud Cherry #862457

Tints of Rose Bud Cherry #862457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.85%

R = 52.14%
G = 14.01%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#862457 (or 0x862457) is known color: Rose Bud Cherry. HEX triplet: 86, 24 and 57. RGB value is (134,36,87). Sum of RGB (Red+Green+Blue) = 134+36+87=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #862457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862457 is #79DBA8. Grayscale: #474747. Windows color (decimal): -7986089 or 5710982. OLE color: 5710982.

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

Color convert

RGB 134 36 87 -
CMYK 0 0.73 0.35 0.47
HSL 328.78º 0.58% 0.33% -
HSV(B) 328.78º 0.73% 0.53% -
XYZ 12.18 7.02 9.73 -
YUV 71.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 134 36 87 0 0.73 0.35 0.47 328.78 0.58 0.33
Hex 86 24 57 0 49 23 2F 149 3A 21
Octal 206 44 127 0 111 43 57 511 72 41
Binary 10000110 100100 1010111 0 1001001 100011 101111 101001001 111010 100001

Color Harmonies of #862457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862457

Black with #862457

Text Example


Text Example

White with #862457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862457; }

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

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

background-color css

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

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

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

border-color css

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

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

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