#84403D

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

Shades of Red Robin #84403D

Tints of Red Robin #84403D

Color information

#84403D (or 0x84403D) is unknown color: approx Red Robin. HEX triplet: 84, 40 and 3D. RGB value is (132,64,61). Sum of RGB (Red+Green+Blue) = 132+64+61=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84403D is #7BBFC2. Grayscale: #545454. Windows color (decimal): -8110019 or 4014212. OLE color: 4014212.

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

Color convert

RGB1326461-
CMYK00.520.540.48
HSL2.54º36.79%37.84%-
HSV(B)2.54º53.79%51.76%-
XYZ12.198.915.49-
YUV83.99115.03162.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=51.36%
G=24.90%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132646100.520.540.482.5436.7937.84
Hex84403D034363032526
Octal20410075064666034546
Binary100001001000000111101011010011011011000011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84403D; }

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

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

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

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

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

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

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

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