#844138

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

Shades of Red Robin #844138

Tints of Red Robin #844138

Color information

#844138 (or 0x844138) is unknown color: approx Red Robin. HEX triplet: 84, 41 and 38. RGB value is (132,65,56). Sum of RGB (Red+Green+Blue) = 132+65+56=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #844138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844138 is #7BBEC7. Grayscale: #545454. Windows color (decimal): -8109768 or 3686788. OLE color: 3686788.

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

Color convert

RGB1326556-
CMYK00.510.580.48
HSL7.11º40.43%36.86%-
HSV(B)7.11º57.58%51.76%-
XYZ12.128.974.83-
YUV84.01112.2162.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.17%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=52.17%
G=25.69%
B=22.13%

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
Decimal132655600.510.580.487.1140.4336.86
Hex8441380333A3072825
Octal20410170063726075045
Binary1000010010000011110000110011111010110000111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844138; }

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

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

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

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

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

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

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

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