Html Css Color HEX #834142 Stiletto

📋 copy color: '#834142'

red 131 ◦ green 65 ◦ blue 66

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

Shades of Stiletto #834142

Tints of Stiletto #834142

RGB

 RED value IS 131 (51.56% from 255) = 50%

 GREEN value IS 65 (25.78% from 255) = 24.81%

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

R = 50%
G = 24.81%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#834142 (or 0x834142) is known color: Stiletto. HEX triplet: 83, 41 and 42. RGB value is (131,65,66). Sum of RGB (Red+Green+Blue) = 131+65+66=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #834142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834142 is #7CBEBD. Grayscale: #545454. Windows color (decimal): -8175294 or 4342147. OLE color: 4342147.

HSL color Cylindrical-coordinate representation of color #834142: hue angle of 359.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834142 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 65 66 -
CMYK 0 0.50 0.50 0.49
HSL 359.09º 0.34% 0.38% -
HSV(B) 359.09º 0.5% 0.51% -
XYZ 12.23 9 6.25 -
YUV 84.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 131 65 66 0 0.50 0.50 0.49 359.09 0.34 0.38
Hex 83 41 42 0 32 32 31 167 22 26
Octal 203 101 102 0 62 62 61 547 42 46
Binary 10000011 1000001 1000010 0 110010 110010 110001 101100111 100010 100110

Color Harmonies of #834142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834142

Black with #834142

Text Example


Text Example

White with #834142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834142; }

 p { color: rgb(131,65,66); }

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

background-color css

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

 a { background-color: rgb(131,65,66); }

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

border-color css

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

 span { border-color: rgb(131,65,66); }

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