Html Css Color HEX #863A3D Stiletto

📋 copy color: '#863A3D'

red 134 ◦ green 58 ◦ blue 61

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

Shades of Stiletto #863A3D

Tints of Stiletto #863A3D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.92%

 BLUE value IS 61 (24.22% from 255) = 24.11%

R = 52.96%
G = 22.92%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#863A3D (or 0x863A3D) is known color: Stiletto. HEX triplet: 86, 3A and 3D. RGB value is (134,58,61). Sum of RGB (Red+Green+Blue) = 134+58+61=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #863A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A3D is #79C5C2. Grayscale: #515151. Windows color (decimal): -7980483 or 4012678. OLE color: 4012678.

HSL color Cylindrical-coordinate representation of color #863A3D: hue angle of 357.63º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A3D is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 58 61 -
CMYK 0 0.57 0.54 0.47
HSL 357.63º 0.4% 0.38% -
HSV(B) 357.63º 0.57% 0.53% -
XYZ 12.19 8.43 5.4 -
YUV 81.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 134 58 61 0 0.57 0.54 0.47 357.63 0.4 0.38
Hex 86 3A 3D 0 39 36 2F 166 28 26
Octal 206 72 75 0 71 66 57 546 50 46
Binary 10000110 111010 111101 0 111001 110110 101111 101100110 101000 100110

Color Harmonies of #863A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A3D

Black with #863A3D

Text Example


Text Example

White with #863A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863A3D; }

 p { color: rgb(134,58,61); }

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

background-color css

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

 a { background-color: rgb(134,58,61); }

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

border-color css

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

 span { border-color: rgb(134,58,61); }

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