#83423A

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

Shades of Red Robin #83423A

Tints of Red Robin #83423A

Color information

#83423A (or 0x83423A) is unknown color: approx Red Robin. HEX triplet: 83, 42 and 3A. RGB value is (131,66,58). Sum of RGB (Red+Green+Blue) = 131+66+58=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83423A is #7CBDC5. Grayscale: #545454. Windows color (decimal): -8175046 or 3818115. OLE color: 3818115.

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

Color convert

RGB1316658-
CMYK00.500.560.49
HSL6.58º38.62%37.06%-
HSV(B)6.58º55.73%51.37%-
XYZ12.079.035.11-
YUV84.52113.03161.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.37%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=51.37%
G=25.88%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131665800.500.560.496.5838.6237.06
Hex83423A032383172725
Octal20310272062706174745
Binary1000001110000101110100110010111000110001111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,66,58); }

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

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

 a { background-color: rgb(131,66,58); }

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

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

 span { border-color: rgb(131,66,58); }

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