#84423F

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

Shades of Red Robin #84423F

Tints of Red Robin #84423F

Color information

#84423F (or 0x84423F) is unknown color: approx Red Robin. HEX triplet: 84, 42 and 3F. RGB value is (132,66,63). Sum of RGB (Red+Green+Blue) = 132+66+63=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84423F is #7BBDC0. Grayscale: #555555. Windows color (decimal): -8109505 or 4145796. OLE color: 4145796.

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

Color convert

RGB1326663-
CMYK00.50.520.48
HSL2.61º35.38%38.24%-
HSV(B)2.61º52.27%51.76%-
XYZ12.369.165.82-
YUV85.39115.37161.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 63 (25% from 255) = 24.14%
R=50.57%
G=25.29%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132666300.50.520.482.6135.3838.24
Hex84423F032343032326
Octal20410277062646034346
Binary100001001000010111111011001011010011000011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84423F; }

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

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

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

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

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

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

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

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