Html Css Color HEX #833E3F Stiletto

📋 copy color: '#833E3F'

red 131 ◦ green 62 ◦ blue 63

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

Shades of Stiletto #833E3F

Tints of Stiletto #833E3F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.22%

 BLUE value IS 63 (25% from 255) = 24.61%

R = 51.17%
G = 24.22%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#833E3F (or 0x833E3F) is known color: Stiletto. HEX triplet: 83, 3E and 3F. RGB value is (131,62,63). Sum of RGB (Red+Green+Blue) = 131+62+63=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #833E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833E3F is #7CC1C0. Grayscale: #525252. Windows color (decimal): -8176065 or 4144771. OLE color: 4144771.

HSL color Cylindrical-coordinate representation of color #833E3F: hue angle of 359.13º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #833E3F is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 62 63 -
CMYK 0 0.53 0.52 0.49
HSL 359.13º 0.36% 0.38% -
HSV(B) 359.13º 0.53% 0.51% -
XYZ 11.98 8.63 5.74 -
YUV 82.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 131 62 63 0 0.53 0.52 0.49 359.13 0.36 0.38
Hex 83 3E 3F 0 35 34 31 167 24 26
Octal 203 76 77 0 65 64 61 547 44 46
Binary 10000011 111110 111111 0 110101 110100 110001 101100111 100100 100110

Color Harmonies of #833E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833E3F

Black with #833E3F

Text Example


Text Example

White with #833E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833E3F; }

 p { color: rgb(131,62,63); }

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

background-color css

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

 a { background-color: rgb(131,62,63); }

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

border-color css

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

 span { border-color: rgb(131,62,63); }

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