#82443E

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

Shades of Red Robin #82443E

Tints of Red Robin #82443E

Color information

#82443E (or 0x82443E) is unknown color: approx Red Robin. HEX triplet: 82, 44 and 3E. RGB value is (130,68,62). Sum of RGB (Red+Green+Blue) = 130+68+62=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82443E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82443E is #7DBBC1. Grayscale: #555555. Windows color (decimal): -8240066 or 4080770. OLE color: 4080770.

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

Color convert

RGB1306862-
CMYK00.480.520.49
HSL5.29º35.42%37.65%-
HSV(B)5.29º52.31%50.98%-
XYZ12.149.235.7-
YUV85.85114.54159.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=50%
G=26.15%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130686200.480.520.495.2935.4237.65
Hex82443E030343152326
Octal20210476060646154346
Binary1000001010001001111100110000110100110001101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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