Html Css Color HEX #861450 Rose Bud Cherry

📋 copy color: '#861450'

red 134 ◦ green 20 ◦ blue 80

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

Shades of Rose Bud Cherry #861450

Tints of Rose Bud Cherry #861450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

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

R = 57.26%
G = 8.55%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#861450 (or 0x861450) is known color: Rose Bud Cherry. HEX triplet: 86, 14 and 50. RGB value is (134,20,80). Sum of RGB (Red+Green+Blue) = 134+20+80=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #861450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861450 is #79EBAF. Grayscale: #3C3C3C. Windows color (decimal): -7990192 or 5248134. OLE color: 5248134.

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

Color convert

RGB 134 20 80 -
CMYK 0 0.85 0.40 0.47
HSL 328.42º 0.74% 0.3% -
HSV(B) 328.42º 0.85% 0.53% -
XYZ 11.53 6.15 8.17 -
YUV 60.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 134 20 80 0 0.85 0.40 0.47 328.42 0.74 0.3
Hex 86 14 50 0 55 28 2F 148 4A 1E
Octal 206 24 120 0 125 50 57 510 112 36
Binary 10000110 10100 1010000 0 1010101 101000 101111 101001000 1001010 11110

Color Harmonies of #861450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861450

Black with #861450

Text Example


Text Example

White with #861450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861450; }

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

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

background-color css

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

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

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

border-color css

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

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

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