#82443F

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

Shades of Red Robin #82443F

Tints of Red Robin #82443F

Color information

#82443F (or 0x82443F) is unknown color: approx Red Robin. HEX triplet: 82, 44 and 3F. RGB value is (130,68,63). Sum of RGB (Red+Green+Blue) = 130+68+63=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82443F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82443F is #7DBBC0. Grayscale: #565656. Windows color (decimal): -8240065 or 4146306. OLE color: 4146306.

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

Color convert

RGB1306863-
CMYK00.480.520.49
HSL4.48º34.72%37.84%-
HSV(B)4.48º51.54%50.98%-
XYZ12.179.245.84-
YUV85.97115.04159.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 63 (25% from 255) = 24.14%
R=49.81%
G=26.05%
B=24.14%

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
Decimal130686300.480.520.494.4834.7237.84
Hex82443F030343142326
Octal20210477060646144346
Binary1000001010001001111110110000110100110001100100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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