#824137

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

Shades of Red Robin #824137

Tints of Red Robin #824137

Color information

#824137 (or 0x824137) is unknown color: approx Red Robin. HEX triplet: 82, 41 and 37. RGB value is (130,65,55). Sum of RGB (Red+Green+Blue) = 130+65+55=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #824137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824137 is #7DBEC8. Grayscale: #535353. Windows color (decimal): -8240841 or 3621250. OLE color: 3621250.

HSL color Cylindrical-coordinate representation of color #824137: hue angle of 8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824137 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1306555-
CMYK00.500.580.49
HSL40.54%36.27%-
HSV(B)57.69%50.98%-
XYZ11.798.84.69-
YUV83.3112.03161.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 55 (21.88% from 255) = 22%
R=52%
G=26%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130655500.500.580.49840.5436.27
Hex8241370323A3182924
Octal202101670627261105144
Binary10000010100000111011101100101110101100011000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824137; }

 p { color: rgb(130,65,55); }

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

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

 a { background-color: rgb(130,65,55); }

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

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

 span { border-color: rgb(130,65,55); }

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