#84403A

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

Shades of Red Robin #84403A

Tints of Red Robin #84403A

Color information

#84403A (or 0x84403A) is unknown color: approx Red Robin. HEX triplet: 84, 40 and 3A. RGB value is (132,64,58). Sum of RGB (Red+Green+Blue) = 132+64+58=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #84403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84403A is #7BBFC5. Grayscale: #535353. Windows color (decimal): -8110022 or 3817604. OLE color: 3817604.

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

Color convert

RGB1326458-
CMYK00.520.560.48
HSL4.86º38.95%37.25%-
HSV(B)4.86º56.06%51.76%-
XYZ12.118.885.08-
YUV83.65113.53162.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.97%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=51.97%
G=25.20%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132645800.520.560.484.8638.9537.25
Hex84403A034383052725
Octal20410072064706054745
Binary1000010010000001110100110100111000110000101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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