#82453E

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

Shades of Red Robin #82453E

Tints of Red Robin #82453E

Color information

#82453E (or 0x82453E) is unknown color: approx Red Robin. HEX triplet: 82, 45 and 3E. RGB value is (130,69,62). Sum of RGB (Red+Green+Blue) = 130+69+62=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82453E is #7DBAC1. Grayscale: #565656. Windows color (decimal): -8239810 or 4081026. OLE color: 4081026.

HSL color Cylindrical-coordinate representation of color #82453E: hue angle of 6.18º 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 #82453E is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1306962-
CMYK00.470.520.49
HSL6.18º35.42%37.65%-
HSV(B)6.18º52.31%50.98%-
XYZ12.29.355.72-
YUV86.44114.21159.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=49.81%
G=26.44%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130696200.470.520.496.1835.4237.65
Hex82453E02F343162326
Octal20210576057646164346
Binary1000001010001011111100101111110100110001110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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