Html Css Color HEX #833B41 Stiletto

📋 copy color: '#833B41'

red 131 ◦ green 59 ◦ blue 65

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

Shades of Stiletto #833B41

Tints of Stiletto #833B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.49%

R = 51.37%
G = 23.14%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#833B41 (or 0x833B41) is known color: Stiletto. HEX triplet: 83, 3B and 41. RGB value is (131,59,65). Sum of RGB (Red+Green+Blue) = 131+59+65=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #833B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833B41 is #7CC4BE. Grayscale: #515151. Windows color (decimal): -8176831 or 4275075. OLE color: 4275075.

HSL color Cylindrical-coordinate representation of color #833B41: hue angle of 355º 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 #833B41 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 59 65 -
CMYK 0 0.55 0.50 0.49
HSL 355º 0.38% 0.37% -
HSV(B) 355º 0.55% 0.51% -
XYZ 11.88 8.33 5.98 -
YUV 81.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 131 59 65 0 0.55 0.50 0.49 355 0.38 0.37
Hex 83 3B 41 0 37 32 31 163 26 25
Octal 203 73 101 0 67 62 61 543 46 45
Binary 10000011 111011 1000001 0 110111 110010 110001 101100011 100110 100101

Color Harmonies of #833B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B41

Black with #833B41

Text Example


Text Example

White with #833B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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