Html Css Color HEX #853741 Stiletto

📋 copy color: '#853741'

red 133 ◦ green 55 ◦ blue 65

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

Shades of Stiletto #853741

Tints of Stiletto #853741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

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

R = 52.57%
G = 21.74%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#853741 (or 0x853741) is known color: Stiletto. HEX triplet: 85, 37 and 41. RGB value is (133,55,65). Sum of RGB (Red+Green+Blue) = 133+55+65=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #853741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853741 is #7AC8BE. Grayscale: #4F4F4F. Windows color (decimal): -8046783 or 4274053. OLE color: 4274053.

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

Color convert

RGB 133 55 65 -
CMYK 0 0.59 0.51 0.48
HSL 352.31º 0.41% 0.37% -
HSV(B) 352.31º 0.59% 0.52% -
XYZ 11.99 8.1 5.93 -
YUV 79.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 133 55 65 0 0.59 0.51 0.48 352.31 0.41 0.37
Hex 85 37 41 0 3B 33 30 160 29 25
Octal 205 67 101 0 73 63 60 540 51 45
Binary 10000101 110111 1000001 0 111011 110011 110000 101100000 101001 100101

Color Harmonies of #853741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853741

Black with #853741

Text Example


Text Example

White with #853741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853741; }

 p { color: rgb(133,55,65); }

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

background-color css

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

 a { background-color: rgb(133,55,65); }

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

border-color css

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

 span { border-color: rgb(133,55,65); }

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