Html Css Color HEX #862C5F Rose Bud Cherry

📋 copy color: '#862C5F'

red 134 ◦ green 44 ◦ blue 95

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

Shades of Rose Bud Cherry #862C5F

Tints of Rose Bud Cherry #862C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.12%

 BLUE value IS 95 (37.5% from 255) = 34.8%

R = 49.08%
G = 16.12%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#862C5F (or 0x862C5F) is known color: Rose Bud Cherry. HEX triplet: 86, 2C and 5F. RGB value is (134,44,95). Sum of RGB (Red+Green+Blue) = 134+44+95=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #862C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862C5F is #79D3A0. Grayscale: #4C4C4C. Windows color (decimal): -7984033 or 6237318. OLE color: 6237318.

HSL color Cylindrical-coordinate representation of color #862C5F: hue angle of 326º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C5F is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 44 95 -
CMYK 0 0.67 0.29 0.47
HSL 326º 0.51% 0.35% -
HSV(B) 326º 0.67% 0.53% -
XYZ 12.8 7.7 11.64 -
YUV 76.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 134 44 95 0 0.67 0.29 0.47 326 0.51 0.35
Hex 86 2C 5F 0 43 1D 2F 146 33 23
Octal 206 54 137 0 103 35 57 506 63 43
Binary 10000110 101100 1011111 0 1000011 11101 101111 101000110 110011 100011

Color Harmonies of #862C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C5F

Black with #862C5F

Text Example


Text Example

White with #862C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862C5F; }

 p { color: rgb(134,44,95); }

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

background-color css

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

 a { background-color: rgb(134,44,95); }

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

border-color css

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

 span { border-color: rgb(134,44,95); }

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