#834341

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

Shades of Red Robin #834341

Tints of Red Robin #834341

Color information

#834341 (or 0x834341) is unknown color: approx Red Robin. HEX triplet: 83, 43 and 41. RGB value is (131,67,65). Sum of RGB (Red+Green+Blue) = 131+67+65=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #834341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834341 is #7CBCBE. Grayscale: #555555. Windows color (decimal): -8174783 or 4277123. OLE color: 4277123.

HSL color Cylindrical-coordinate representation of color #834341: hue angle of 1.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834341 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1316765-
CMYK00.490.500.49
HSL1.82º33.67%38.43%-
HSV(B)1.82º50.38%51.37%-
XYZ12.329.226.13-
YUV85.91116.2160.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.81%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 65 (25.78% from 255) = 24.71%
R=49.81%
G=25.48%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131676500.490.500.491.8233.6738.43
Hex834341031323122226
Octal203103101061626124246
Binary1000001110000111000001011000111001011000110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834341; }

 p { color: rgb(131,67,65); }

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

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

 a { background-color: rgb(131,67,65); }

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

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

 span { border-color: rgb(131,67,65); }

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