#82413D

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

Shades of Red Robin #82413D

Tints of Red Robin #82413D

Color information

#82413D (or 0x82413D) is unknown color: approx Red Robin. HEX triplet: 82, 41 and 3D. RGB value is (130,65,61). Sum of RGB (Red+Green+Blue) = 130+65+61=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82413D is #7DBEC2. Grayscale: #545454. Windows color (decimal): -8240835 or 4014466. OLE color: 4014466.

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

Color convert

RGB1306561-
CMYK00.500.530.49
HSL3.48º36.13%37.45%-
HSV(B)3.48º53.08%50.98%-
XYZ11.948.865.5-
YUV83.98115.03160.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=50.78%
G=25.39%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130656100.500.530.493.4836.1337.45
Hex82413D032353132425
Octal20210175062656134445
Binary100000101000001111101011001011010111000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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