#84453B

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

Shades of Red Robin #84453B

Tints of Red Robin #84453B

Color information

#84453B (or 0x84453B) is unknown color: approx Red Robin. HEX triplet: 84, 45 and 3B. RGB value is (132,69,59). Sum of RGB (Red+Green+Blue) = 132+69+59=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84453B is #7BBAC4. Grayscale: #565656. Windows color (decimal): -8108741 or 3884420. OLE color: 3884420.

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

Color convert

RGB1326959-
CMYK00.480.550.48
HSL8.22º38.22%37.45%-
HSV(B)8.22º55.3%51.76%-
XYZ12.439.485.31-
YUV86.7112.37160.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=50.77%
G=26.54%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132695900.480.550.488.2238.2237.45
Hex84453B030373082625
Octal204105730606760104645
Binary10000100100010111101101100001101111100001000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84453B; }

 p { color: rgb(132,69,59); }

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

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

 a { background-color: rgb(132,69,59); }

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

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

 span { border-color: rgb(132,69,59); }

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