#82453A

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

Shades of Red Robin #82453A

Tints of Red Robin #82453A

Color information

#82453A (or 0x82453A) is unknown color: approx Red Robin. HEX triplet: 82, 45 and 3A. RGB value is (130,69,58). Sum of RGB (Red+Green+Blue) = 130+69+58=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82453A is #7DBAC5. Grayscale: #565656. Windows color (decimal): -8239814 or 3818882. OLE color: 3818882.

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

Color convert

RGB1306958-
CMYK00.470.550.49
HSL9.17º38.3%36.86%-
HSV(B)9.17º55.38%50.98%-
XYZ12.19.315.16-
YUV85.98112.21159.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 58 (23.05% from 255) = 22.57%
R=50.58%
G=26.85%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130695800.470.550.499.1738.336.86
Hex82453A02F373192625
Octal202105720576761114645
Binary10000010100010111101001011111101111100011001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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