Html Css Color HEX #8C3D42 Stiletto

📋 copy color: '#8C3D42'

red 140 ◦ green 61 ◦ blue 66

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

Shades of Stiletto #8C3D42

Tints of Stiletto #8C3D42

RGB

 RED value IS 140 (55.08% from 255) = 52.43%

 GREEN value IS 61 (24.22% from 255) = 22.85%

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

R = 52.43%
G = 22.85%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8C3D42 (or 0x8C3D42) is known color: Stiletto. HEX triplet: 8C, 3D and 42. RGB value is (140,61,66). Sum of RGB (Red+Green+Blue) = 140+61+66=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3D42 is #73C2BD. Grayscale: #555555. Windows color (decimal): -7586494 or 4341132. OLE color: 4341132.

HSL color Cylindrical-coordinate representation of color #8C3D42: hue angle of 356.2º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C3D42 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 61 66 -
CMYK 0 0.56 0.53 0.45
HSL 356.2º 0.39% 0.39% -
HSV(B) 356.2º 0.56% 0.55% -
XYZ 13.47 9.31 6.24 -
YUV 85.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 140 61 66 0 0.56 0.53 0.45 356.2 0.39 0.39
Hex 8C 3D 42 0 38 35 2D 164 27 27
Octal 214 75 102 0 70 65 55 544 47 47
Binary 10001100 111101 1000010 0 111000 110101 101101 101100100 100111 100111

Color Harmonies of #8C3D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3D42

Black with #8C3D42

Text Example


Text Example

White with #8C3D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C3D42; }

 p { color: rgb(140,61,66); }

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

background-color css

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

 a { background-color: rgb(140,61,66); }

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

border-color css

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

 span { border-color: rgb(140,61,66); }

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