Html Css Color HEX #86194C Rose Bud Cherry

📋 copy color: '#86194C'

red 134 ◦ green 25 ◦ blue 76

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

Shades of Rose Bud Cherry #86194C

Tints of Rose Bud Cherry #86194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.64%

 BLUE value IS 76 (30.08% from 255) = 32.34%

R = 57.02%
G = 10.64%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#86194C (or 0x86194C) is known color: Rose Bud Cherry. HEX triplet: 86, 19 and 4C. RGB value is (134,25,76). Sum of RGB (Red+Green+Blue) = 134+25+76=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #86194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86194C is #79E6B3. Grayscale: #3F3F3F. Windows color (decimal): -7988916 or 4987270. OLE color: 4987270.

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

Color convert

RGB 134 25 76 -
CMYK 0 0.81 0.43 0.47
HSL 331.93º 0.69% 0.31% -
HSV(B) 331.93º 0.81% 0.53% -
XYZ 11.48 6.29 7.45 -
YUV 63.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 134 25 76 0 0.81 0.43 0.47 331.93 0.69 0.31
Hex 86 19 4C 0 51 2B 2F 14C 45 1F
Octal 206 31 114 0 121 53 57 514 105 37
Binary 10000110 11001 1001100 0 1010001 101011 101111 101001100 1000101 11111

Color Harmonies of #86194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86194C

Black with #86194C

Text Example


Text Example

White with #86194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86194C; }

 p { color: rgb(134,25,76); }

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

background-color css

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

 a { background-color: rgb(134,25,76); }

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

border-color css

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

 span { border-color: rgb(134,25,76); }

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