#854341

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

Shades of Red Robin #854341

Tints of Red Robin #854341

Color information

#854341 (or 0x854341) is unknown color: approx Red Robin. HEX triplet: 85, 43 and 41. RGB value is (133,67,65). Sum of RGB (Red+Green+Blue) = 133+67+65=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #854341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854341 is #7ABCBE. Grayscale: #565656. Windows color (decimal): -8043711 or 4277125. OLE color: 4277125.

HSL color Cylindrical-coordinate representation of color #854341: hue angle of 1.76º 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 #854341 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1336765-
CMYK00.500.510.48
HSL1.76º34.34%38.82%-
HSV(B)1.76º51.13%52.16%-
XYZ12.639.386.15-
YUV86.51115.87161.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 65 (25.78% from 255) = 24.53%
R=50.19%
G=25.28%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133676500.500.510.481.7634.3438.82
Hex854341032333022227
Octal205103101062636024247
Binary1000010110000111000001011001011001111000010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854341; }

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

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

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

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

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

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

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

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