#824542

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

Shades of Red Robin #824542

Tints of Red Robin #824542

Color information

#824542 (or 0x824542) is unknown color: approx Red Robin. HEX triplet: 82, 45 and 42. RGB value is (130,69,66). Sum of RGB (Red+Green+Blue) = 130+69+66=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #824542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824542 is #7DBABD. Grayscale: #565656. Windows color (decimal): -8239806 or 4343170. OLE color: 4343170.

HSL color Cylindrical-coordinate representation of color #824542: hue angle of 2.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824542 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB1306966-
CMYK00.470.490.49
HSL2.81º32.65%38.43%-
HSV(B)2.81º49.23%50.98%-
XYZ12.329.46.32-
YUV86.9116.21158.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=49.06%
G=26.04%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130696600.470.490.492.8132.6538.43
Hex82454202F313132126
Octal202105102057616134146
Binary1000001010001011000010010111111000111000111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824542; }

 p { color: rgb(130,69,66); }

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

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

 a { background-color: rgb(130,69,66); }

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

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

 span { border-color: rgb(130,69,66); }

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