Html Css Color HEX #863842 Stiletto

📋 copy color: '#863842'

red 134 ◦ green 56 ◦ blue 66

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

Shades of Stiletto #863842

Tints of Stiletto #863842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 66 (26.17% from 255) = 25.78%

R = 52.34%
G = 21.88%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#863842 (or 0x863842) is known color: Stiletto. HEX triplet: 86, 38 and 42. RGB value is (134,56,66). Sum of RGB (Red+Green+Blue) = 134+56+66=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #863842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863842 is #79C7BD. Grayscale: #505050. Windows color (decimal): -7980990 or 4339846. OLE color: 4339846.

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

Color convert

RGB 134 56 66 -
CMYK 0 0.58 0.51 0.47
HSL 352.31º 0.41% 0.37% -
HSV(B) 352.31º 0.58% 0.53% -
XYZ 12.23 8.29 6.11 -
YUV 80.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 134 56 66 0 0.58 0.51 0.47 352.31 0.41 0.37
Hex 86 38 42 0 3A 33 2F 160 29 25
Octal 206 70 102 0 72 63 57 540 51 45
Binary 10000110 111000 1000010 0 111010 110011 101111 101100000 101001 100101

Color Harmonies of #863842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863842

Black with #863842

Text Example


Text Example

White with #863842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863842; }

 p { color: rgb(134,56,66); }

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

background-color css

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

 a { background-color: rgb(134,56,66); }

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

border-color css

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

 span { border-color: rgb(134,56,66); }

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