Html Css Color HEX #862950 Rose Bud Cherry

📋 copy color: '#862950'

red 134 ◦ green 41 ◦ blue 80

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

Shades of Rose Bud Cherry #862950

Tints of Rose Bud Cherry #862950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.08%

 BLUE value IS 80 (31.64% from 255) = 31.37%

R = 52.55%
G = 16.08%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#862950 (or 0x862950) is known color: Rose Bud Cherry. HEX triplet: 86, 29 and 50. RGB value is (134,41,80). Sum of RGB (Red+Green+Blue) = 134+41+80=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #862950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862950 is #79D6AF. Grayscale: #494949. Windows color (decimal): -7984816 or 5253510. OLE color: 5253510.

HSL color Cylindrical-coordinate representation of color #862950: hue angle of 334.84º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862950 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 41 80 -
CMYK 0 0.69 0.40 0.47
HSL 334.84º 0.53% 0.34% -
HSV(B) 334.84º 0.69% 0.53% -
XYZ 12.07 7.23 8.35 -
YUV 73.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 134 41 80 0 0.69 0.40 0.47 334.84 0.53 0.34
Hex 86 29 50 0 45 28 2F 14F 35 22
Octal 206 51 120 0 105 50 57 517 65 42
Binary 10000110 101001 1010000 0 1000101 101000 101111 101001111 110101 100010

Color Harmonies of #862950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862950

Black with #862950

Text Example


Text Example

White with #862950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862950; }

 p { color: rgb(134,41,80); }

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

background-color css

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

 a { background-color: rgb(134,41,80); }

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

border-color css

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

 span { border-color: rgb(134,41,80); }

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