#83403A

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

Shades of Red Robin #83403A

Tints of Red Robin #83403A

Color information

#83403A (or 0x83403A) is unknown color: approx Red Robin. HEX triplet: 83, 40 and 3A. RGB value is (131,64,58). Sum of RGB (Red+Green+Blue) = 131+64+58=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #83403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83403A is #7CBFC5. Grayscale: #535353. Windows color (decimal): -8175558 or 3817603. OLE color: 3817603.

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

Color convert

RGB1316458-
CMYK00.510.560.49
HSL4.93º38.62%37.06%-
HSV(B)4.93º55.73%51.37%-
XYZ11.968.85.07-
YUV83.35113.7161.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.78%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=51.78%
G=25.30%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131645800.510.560.494.9338.6237.06
Hex83403A033383152725
Octal20310072063706154745
Binary1000001110000001110100110011111000110001101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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