#844342

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

Shades of Red Robin #844342

Tints of Red Robin #844342

Color information

#844342 (or 0x844342) is unknown color: approx Red Robin. HEX triplet: 84, 43 and 42. RGB value is (132,67,66). Sum of RGB (Red+Green+Blue) = 132+67+66=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #844342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844342 is #7BBCBD. Grayscale: #565656. Windows color (decimal): -8109246 or 4342660. OLE color: 4342660.

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

Color convert

RGB1326766-
CMYK00.490.50.48
HSL0.91º33.33%38.82%-
HSV(B)0.91º50%51.76%-
XYZ12.519.316.29-
YUV86.32116.53160.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=49.81%
G=25.28%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132676600.490.50.480.9133.3338.82
Hex844342031323012127
Octal204103102061626014147
Binary100001001000011100001001100011100101100001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844342; }

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

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

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

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

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

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

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

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