Html Css Color HEX #862257 Rose Bud Cherry

📋 copy color: '#862257'

red 134 ◦ green 34 ◦ blue 87

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

Shades of Rose Bud Cherry #862257

Tints of Rose Bud Cherry #862257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

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

R = 52.55%
G = 13.33%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#862257 (or 0x862257) is known color: Rose Bud Cherry. HEX triplet: 86, 22 and 57. RGB value is (134,34,87). Sum of RGB (Red+Green+Blue) = 134+34+87=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #862257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862257 is #79DDA8. Grayscale: #454545. Windows color (decimal): -7986601 or 5710470. OLE color: 5710470.

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

Color convert

RGB 134 34 87 -
CMYK 0 0.75 0.35 0.47
HSL 328.2º 0.6% 0.33% -
HSV(B) 328.2º 0.75% 0.53% -
XYZ 12.12 6.9 9.71 -
YUV 69.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 134 34 87 0 0.75 0.35 0.47 328.2 0.6 0.33
Hex 86 22 57 0 4B 23 2F 148 3C 21
Octal 206 42 127 0 113 43 57 510 74 41
Binary 10000110 100010 1010111 0 1001011 100011 101111 101001000 111100 100001

Color Harmonies of #862257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862257

Black with #862257

Text Example


Text Example

White with #862257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862257; }

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

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

background-color css

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

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

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

border-color css

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

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

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