Html Css Color HEX #833A41 Stiletto

📋 copy color: '#833A41'

red 131 ◦ green 58 ◦ blue 65

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

Shades of Stiletto #833A41

Tints of Stiletto #833A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.83%

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

R = 51.57%
G = 22.83%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#833A41 (or 0x833A41) is known color: Stiletto. HEX triplet: 83, 3A and 41. RGB value is (131,58,65). Sum of RGB (Red+Green+Blue) = 131+58+65=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #833A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833A41 is #7CC5BE. Grayscale: #505050. Windows color (decimal): -8177087 or 4274819. OLE color: 4274819.

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

Color convert

RGB 131 58 65 -
CMYK 0 0.56 0.50 0.49
HSL 354.25º 0.39% 0.37% -
HSV(B) 354.25º 0.56% 0.51% -
XYZ 11.83 8.23 5.97 -
YUV 80.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 131 58 65 0 0.56 0.50 0.49 354.25 0.39 0.37
Hex 83 3A 41 0 38 32 31 162 27 25
Octal 203 72 101 0 70 62 61 542 47 45
Binary 10000011 111010 1000001 0 111000 110010 110001 101100010 100111 100101

Color Harmonies of #833A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833A41

Black with #833A41

Text Example


Text Example

White with #833A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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