#824435

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

Shades of Red Robin #824435

Tints of Red Robin #824435

Color information

#824435 (or 0x824435) is unknown color: approx Red Robin. HEX triplet: 82, 44 and 35. RGB value is (130,68,53). Sum of RGB (Red+Green+Blue) = 130+68+53=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #824435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824435 is #7DBBCA. Grayscale: #545454. Windows color (decimal): -8240075 or 3490946. OLE color: 3490946.

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

Color convert

RGB1306853-
CMYK00.480.590.49
HSL11.69º42.08%35.88%-
HSV(B)11.69º59.23%50.98%-
XYZ11.929.144.5-
YUV84.83110.04160.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.79%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 53 (21.09% from 255) = 21.12%
R=51.79%
G=27.09%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130685300.480.590.4911.6942.0835.88
Hex8244350303B31c2a24
Octal202104650607361145244
Binary10000010100010011010101100001110111100011100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824435; }

 p { color: rgb(130,68,53); }

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

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

 a { background-color: rgb(130,68,53); }

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

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

 span { border-color: rgb(130,68,53); }

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