#82413E

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

Shades of Red Robin #82413E

Tints of Red Robin #82413E

Color information

#82413E (or 0x82413E) is unknown color: approx Red Robin. HEX triplet: 82, 41 and 3E. RGB value is (130,65,62). Sum of RGB (Red+Green+Blue) = 130+65+62=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82413E is #7DBEC1. Grayscale: #545454. Windows color (decimal): -8240834 or 4080002. OLE color: 4080002.

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

Color convert

RGB1306562-
CMYK00.500.520.49
HSL2.65º35.42%37.65%-
HSV(B)2.65º52.31%50.98%-
XYZ11.978.875.64-
YUV84.09115.53160.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=50.58%
G=25.29%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130656200.500.520.492.6535.4237.65
Hex82413E032343132326
Octal20210176062646134346
Binary100000101000001111110011001011010011000111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82413E; }

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

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

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

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

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

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

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

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