#854141

Color #854141 Red Robin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Robin #854141

Tints of Red Robin #854141

Color information

#854141 (or 0x854141) is unknown color: approx Red Robin. HEX triplet: 85, 41 and 41. RGB value is (133,65,65). Sum of RGB (Red+Green+Blue) = 133+65+65=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #854141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854141 is #7ABEBE. Grayscale: #555555. Windows color (decimal): -8044223 or 4276613. OLE color: 4276613.

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

Color convert

RGB1336565-
CMYK00.510.510.48
HSL34.34%38.82%-
HSV(B)51.13%52.16%-
XYZ12.529.156.11-
YUV85.33116.53162-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 65 (25.78% from 255) = 24.71%
R=50.57%
G=24.71%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133656500.510.510.48034.3438.82
Hex854141033333002227
Octal205101101063636004247
Binary100001011000001100000101100111100111100000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854141; }

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

 H1.HeaderClassName
 {
   color: #854141;
 }
 .AnyTagClassName
 {
   color: #854141;
 }
</style>
background-color css

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

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

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

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

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

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