#844240

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

Shades of Red Robin #844240

Tints of Red Robin #844240

Color information

#844240 (or 0x844240) is unknown color: approx Red Robin. HEX triplet: 84, 42 and 40. RGB value is (132,66,64). Sum of RGB (Red+Green+Blue) = 132+66+64=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #844240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844240 is #7BBDBF. Grayscale: #555555. Windows color (decimal): -8109504 or 4211332. OLE color: 4211332.

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

Color convert

RGB1326664-
CMYK00.50.520.48
HSL1.76º34.69%38.43%-
HSV(B)1.76º51.52%51.76%-
XYZ12.399.175.97-
YUV85.51115.87161.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 64 (25.39% from 255) = 24.43%
R=50.38%
G=25.19%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132666400.50.520.481.7634.6938.43
Hex844240032343022326
Octal204102100062646024346
Binary1000010010000101000000011001011010011000010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844240; }

 p { color: rgb(132,66,64); }

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

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

 a { background-color: rgb(132,66,64); }

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

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

 span { border-color: rgb(132,66,64); }

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