#82413A

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

Shades of Red Robin #82413A

Tints of Red Robin #82413A

Color information

#82413A (or 0x82413A) is unknown color: approx Red Robin. HEX triplet: 82, 41 and 3A. RGB value is (130,65,58). Sum of RGB (Red+Green+Blue) = 130+65+58=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #82413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82413A is #7DBEC5. Grayscale: #535353. Windows color (decimal): -8240838 or 3817858. OLE color: 3817858.

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

Color convert

RGB1306558-
CMYK00.500.550.49
HSL5.83º38.3%36.86%-
HSV(B)5.83º55.38%50.98%-
XYZ11.868.835.08-
YUV83.64113.53161.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.38%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=51.38%
G=25.69%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130655800.500.550.495.8338.336.86
Hex82413A032373162625
Octal20210172062676164645
Binary1000001010000011110100110010110111110001110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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