#84413E

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

Shades of Red Robin #84413E

Tints of Red Robin #84413E

Color information

#84413E (or 0x84413E) is unknown color: approx Red Robin. HEX triplet: 84, 41 and 3E. RGB value is (132,65,62). Sum of RGB (Red+Green+Blue) = 132+65+62=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84413E is #7BBEC1. Grayscale: #545454. Windows color (decimal): -8109762 or 4080004. OLE color: 4080004.

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

Color convert

RGB1326562-
CMYK00.510.530.48
HSL2.57º36.08%38.04%-
HSV(B)2.57º53.03%51.76%-
XYZ12.289.035.65-
YUV84.69115.2161.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 62 (24.61% from 255) = 23.94%
R=50.97%
G=25.10%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132656200.510.530.482.5736.0838.04
Hex84413E033353032426
Octal20410176063656034446
Binary100001001000001111110011001111010111000011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84413E; }

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

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

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

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

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

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

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

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