Html Css Color HEX #863741 Stiletto

📋 copy color: '#863741'

red 134 ◦ green 55 ◦ blue 65

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

Shades of Stiletto #863741

Tints of Stiletto #863741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 52.76%
G = 21.65%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#863741 (or 0x863741) is known color: Stiletto. HEX triplet: 86, 37 and 41. RGB value is (134,55,65). Sum of RGB (Red+Green+Blue) = 134+55+65=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #863741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863741 is #79C8BE. Grayscale: #4F4F4F. Windows color (decimal): -7981247 or 4274054. OLE color: 4274054.

HSL color Cylindrical-coordinate representation of color #863741: hue angle of 352.41º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #863741 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 65 -
CMYK 0 0.59 0.51 0.47
HSL 352.41º 0.42% 0.37% -
HSV(B) 352.41º 0.59% 0.53% -
XYZ 12.15 8.18 5.94 -
YUV 79.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 134 55 65 0 0.59 0.51 0.47 352.41 0.42 0.37
Hex 86 37 41 0 3B 33 2F 160 2A 25
Octal 206 67 101 0 73 63 57 540 52 45
Binary 10000110 110111 1000001 0 111011 110011 101111 101100000 101010 100101

Color Harmonies of #863741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863741

Black with #863741

Text Example


Text Example

White with #863741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863741; }

 p { color: rgb(134,55,65); }

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

background-color css

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

 a { background-color: rgb(134,55,65); }

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

border-color css

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

 span { border-color: rgb(134,55,65); }

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