#82423C

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

Shades of Red Robin #82423C

Tints of Red Robin #82423C

Color information

#82423C (or 0x82423C) is unknown color: approx Red Robin. HEX triplet: 82, 42 and 3C. RGB value is (130,66,60). Sum of RGB (Red+Green+Blue) = 130+66+60=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82423C is #7DBDC3. Grayscale: #545454. Windows color (decimal): -8240580 or 3949186. OLE color: 3949186.

HSL color Cylindrical-coordinate representation of color #82423C: hue angle of 5.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82423C is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1306660-
CMYK00.490.540.49
HSL5.14º36.84%37.25%-
HSV(B)5.14º53.85%50.98%-
XYZ11.978.975.38-
YUV84.45114.2160.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=50.78%
G=25.78%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130666000.490.540.495.1436.8437.25
Hex82423C031363152525
Octal20210274061666154545
Binary1000001010000101111000110001110110110001101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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