#82443A

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

Shades of Red Robin #82443A

Tints of Red Robin #82443A

Color information

#82443A (or 0x82443A) is unknown color: approx Red Robin. HEX triplet: 82, 44 and 3A. RGB value is (130,68,58). Sum of RGB (Red+Green+Blue) = 130+68+58=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82443A is #7DBBC5. Grayscale: #555555. Windows color (decimal): -8240070 or 3818626. OLE color: 3818626.

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

Color convert

RGB1306858-
CMYK00.480.550.49
HSL8.33º38.3%36.86%-
HSV(B)8.33º55.38%50.98%-
XYZ12.049.195.14-
YUV85.4112.54159.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=50.78%
G=26.56%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130685800.480.550.498.3338.336.86
Hex82443A030373182625
Octal202104720606761104645
Binary10000010100010011101001100001101111100011000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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