Html Css Color HEX #833B40 Stiletto

📋 copy color: '#833B40'

red 131 ◦ green 59 ◦ blue 64

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

Shades of Stiletto #833B40

Tints of Stiletto #833B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.23%

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 51.57%
G = 23.23%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#833B40 (or 0x833B40) is known color: Stiletto. HEX triplet: 83, 3B and 40. RGB value is (131,59,64). Sum of RGB (Red+Green+Blue) = 131+59+64=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #833B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833B40 is #7CC4BF. Grayscale: #515151. Windows color (decimal): -8176832 or 4209539. OLE color: 4209539.

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

Color convert

RGB 131 59 64 -
CMYK 0 0.55 0.51 0.49
HSL 355.83º 0.38% 0.37% -
HSV(B) 355.83º 0.55% 0.51% -
XYZ 11.85 8.32 5.83 -
YUV 81.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 131 59 64 0 0.55 0.51 0.49 355.83 0.38 0.37
Hex 83 3B 40 0 37 33 31 164 26 25
Octal 203 73 100 0 67 63 61 544 46 45
Binary 10000011 111011 1000000 0 110111 110011 110001 101100100 100110 100101

Color Harmonies of #833B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B40

Black with #833B40

Text Example


Text Example

White with #833B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,59,64); }

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

background-color css

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

 a { background-color: rgb(131,59,64); }

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

border-color css

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

 span { border-color: rgb(131,59,64); }

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