#83403B

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

Shades of Red Robin #83403B

Tints of Red Robin #83403B

Color information

#83403B (or 0x83403B) is unknown color: approx Red Robin. HEX triplet: 83, 40 and 3B. RGB value is (131,64,59). Sum of RGB (Red+Green+Blue) = 131+64+59=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #83403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83403B is #7CBFC4. Grayscale: #535353. Windows color (decimal): -8175557 or 3883139. OLE color: 3883139.

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

Color convert

RGB1316459-
CMYK00.510.550.49
HSL4.17º37.89%37.25%-
HSV(B)4.17º54.96%51.37%-
XYZ11.988.815.21-
YUV83.46114.2161.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.57%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=51.57%
G=25.20%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131645900.510.550.494.1737.8937.25
Hex83403B033373142625
Octal20310073063676144645
Binary1000001110000001110110110011110111110001100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83403B; }

 p { color: rgb(131,64,59); }

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

<style>
 a { background-color: #83403B; }

 a { background-color: rgb(131,64,59); }

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

<style>
 span { border-color: #83403B; }

 span { border-color: rgb(131,64,59); }

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