Html Css Color HEX #853A3B Stiletto

📋 copy color: '#853A3B'

red 133 ◦ green 58 ◦ blue 59

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

Shades of Stiletto #853A3B

Tints of Stiletto #853A3B

RGB

 RED value IS 133 (52.34% from 255) = 53.2%

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

 BLUE value IS 59 (23.44% from 255) = 23.6%

R = 53.2%
G = 23.2%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#853A3B (or 0x853A3B) is known color: Stiletto. HEX triplet: 85, 3A and 3B. RGB value is (133,58,59). Sum of RGB (Red+Green+Blue) = 133+58+59=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #853A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A3B is #7AC5C4. Grayscale: #505050. Windows color (decimal): -8046021 or 3881605. OLE color: 3881605.

HSL color Cylindrical-coordinate representation of color #853A3B: hue angle of 359.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A3B is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 58 59 -
CMYK 0 0.56 0.56 0.48
HSL 359.2º 0.39% 0.37% -
HSV(B) 359.2º 0.56% 0.52% -
XYZ 11.98 8.33 5.11 -
YUV 80.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 133 58 59 0 0.56 0.56 0.48 359.2 0.39 0.37
Hex 85 3A 3B 0 38 38 30 167 27 25
Octal 205 72 73 0 70 70 60 547 47 45
Binary 10000101 111010 111011 0 111000 111000 110000 101100111 100111 100101

Color Harmonies of #853A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A3B

Black with #853A3B

Text Example


Text Example

White with #853A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853A3B; }

 p { color: rgb(133,58,59); }

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

background-color css

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

 a { background-color: rgb(133,58,59); }

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

border-color css

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

 span { border-color: rgb(133,58,59); }

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