Html Css Color HEX #853841 Stiletto

📋 copy color: '#853841'

red 133 ◦ green 56 ◦ blue 65

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

Shades of Stiletto #853841

Tints of Stiletto #853841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.05%

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

R = 52.36%
G = 22.05%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#853841 (or 0x853841) is known color: Stiletto. HEX triplet: 85, 38 and 41. RGB value is (133,56,65). Sum of RGB (Red+Green+Blue) = 133+56+65=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #853841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853841 is #7AC7BE. Grayscale: #505050. Windows color (decimal): -8046527 or 4274309. OLE color: 4274309.

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

Color convert

RGB 133 56 65 -
CMYK 0 0.58 0.51 0.48
HSL 352.99º 0.41% 0.37% -
HSV(B) 352.99º 0.58% 0.52% -
XYZ 12.04 8.2 5.95 -
YUV 80.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 133 56 65 0 0.58 0.51 0.48 352.99 0.41 0.37
Hex 85 38 41 0 3A 33 30 161 29 25
Octal 205 70 101 0 72 63 60 541 51 45
Binary 10000101 111000 1000001 0 111010 110011 110000 101100001 101001 100101

Color Harmonies of #853841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853841

Black with #853841

Text Example


Text Example

White with #853841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853841; }

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

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

background-color css

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

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

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

border-color css

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

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

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