Html Css Color HEX #855144 Ironstone

📋 copy color: '#855144'

red 133 ◦ green 81 ◦ blue 68

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

Shades of Ironstone #855144

Tints of Ironstone #855144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.72%

 BLUE value IS 68 (26.95% from 255) = 24.11%

R = 47.16%
G = 28.72%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#855144 (or 0x855144) is known color: Ironstone. HEX triplet: 85, 51 and 44. RGB value is (133,81,68). Sum of RGB (Red+Green+Blue) = 133+81+68=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #855144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855144 is #7AAEBB. Grayscale: #5F5F5F. Windows color (decimal): -8040124 or 4477317. OLE color: 4477317.

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

Color convert

RGB 133 81 68 -
CMYK 0 0.39 0.49 0.48
HSL 12º 0.32% 0.39% -
HSV(B) 12º 0.49% 0.52% -
XYZ 13.66 11.29 6.93 -
YUV 95.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 133 81 68 0 0.39 0.49 0.48 12 0.32 0.39
Hex 85 51 44 0 27 31 30 C 20 27
Octal 205 121 104 0 47 61 60 14 40 47
Binary 10000101 1010001 1000100 0 100111 110001 110000 1100 100000 100111

Color Harmonies of #855144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855144

Black with #855144

Text Example


Text Example

White with #855144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855144; }

 p { color: rgb(133,81,68); }

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

background-color css

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

 a { background-color: rgb(133,81,68); }

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

border-color css

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

 span { border-color: rgb(133,81,68); }

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