Html Css Color HEX #862450 Rose Bud Cherry

📋 copy color: '#862450'

red 134 ◦ green 36 ◦ blue 80

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

Shades of Rose Bud Cherry #862450

Tints of Rose Bud Cherry #862450

RGB

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

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

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

R = 53.6%
G = 14.4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#862450 (or 0x862450) is known color: Rose Bud Cherry. HEX triplet: 86, 24 and 50. RGB value is (134,36,80). Sum of RGB (Red+Green+Blue) = 134+36+80=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #862450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862450 is #79DBAF. Grayscale: #464646. Windows color (decimal): -7986096 or 5252230. OLE color: 5252230.

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

Color convert

RGB 134 36 80 -
CMYK 0 0.73 0.40 0.47
HSL 333.06º 0.58% 0.33% -
HSV(B) 333.06º 0.73% 0.53% -
XYZ 11.91 6.91 8.3 -
YUV 70.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 134 36 80 0 0.73 0.40 0.47 333.06 0.58 0.33
Hex 86 24 50 0 49 28 2F 14D 3A 21
Octal 206 44 120 0 111 50 57 515 72 41
Binary 10000110 100100 1010000 0 1001001 101000 101111 101001101 111010 100001

Color Harmonies of #862450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862450

Black with #862450

Text Example


Text Example

White with #862450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862450; }

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

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

background-color css

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

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

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

border-color css

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

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

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