#82423F

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

Shades of Red Robin #82423F

Tints of Red Robin #82423F

Color information

#82423F (or 0x82423F) is unknown color: approx Red Robin. HEX triplet: 82, 42 and 3F. RGB value is (130,66,63). Sum of RGB (Red+Green+Blue) = 130+66+63=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82423F is #7DBDC0. Grayscale: #545454. Windows color (decimal): -8240577 or 4145794. OLE color: 4145794.

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

Color convert

RGB1306663-
CMYK00.490.520.49
HSL2.69º34.72%37.84%-
HSV(B)2.69º51.54%50.98%-
XYZ12.0595.8-
YUV84.79115.7160.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 63 (25% from 255) = 24.32%
R=50.19%
G=25.48%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130666300.490.520.492.6934.7237.84
Hex82423F031343132326
Octal20210277061646134346
Binary100000101000010111111011000111010011000111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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