#854138

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

Shades of Red Robin #854138

Tints of Red Robin #854138

Color information

#854138 (or 0x854138) is unknown color: approx Red Robin. HEX triplet: 85, 41 and 38. RGB value is (133,65,56). Sum of RGB (Red+Green+Blue) = 133+65+56=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #854138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854138 is #7ABEC7. Grayscale: #545454. Windows color (decimal): -8044232 or 3686789. OLE color: 3686789.

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

Color convert

RGB1336556-
CMYK00.510.580.48
HSL7.01º40.74%37.06%-
HSV(B)7.01º57.89%52.16%-
XYZ12.289.054.84-
YUV84.31112.03162.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.36%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=52.36%
G=25.59%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133655600.510.580.487.0140.7437.06
Hex8541380333A3072925
Octal20510170063726075145
Binary1000010110000011110000110011111010110000111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854138; }

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

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

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

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

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

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

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

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