#824139

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

Shades of Red Robin #824139

Tints of Red Robin #824139

Color information

#824139 (or 0x824139) is unknown color: approx Red Robin. HEX triplet: 82, 41 and 39. RGB value is (130,65,57). Sum of RGB (Red+Green+Blue) = 130+65+57=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #824139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824139 is #7DBEC6. Grayscale: #535353. Windows color (decimal): -8240839 or 3752322. OLE color: 3752322.

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

Color convert

RGB1306557-
CMYK00.500.560.49
HSL6.58º39.04%36.67%-
HSV(B)6.58º56.15%50.98%-
XYZ11.838.824.95-
YUV83.52113.03161.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=51.59%
G=25.79%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130655700.500.560.496.5839.0436.67
Hex824139032383172725
Octal20210171062706174745
Binary1000001010000011110010110010111000110001111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824139; }

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

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

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

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

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

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

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

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