#834138

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

Shades of Red Robin #834138

Tints of Red Robin #834138

Color information

#834138 (or 0x834138) is unknown color: approx Red Robin. HEX triplet: 83, 41 and 38. RGB value is (131,65,56). Sum of RGB (Red+Green+Blue) = 131+65+56=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #834138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834138 is #7CBEC7. Grayscale: #535353. Windows color (decimal): -8175304 or 3686787. OLE color: 3686787.

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

Color convert

RGB1316556-
CMYK00.500.570.49
HSL7.2º40.11%36.67%-
HSV(B)7.2º57.25%51.37%-
XYZ11.968.894.83-
YUV83.71112.37161.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.98%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 56 (22.27% from 255) = 22.22%
R=51.98%
G=25.79%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131655600.500.570.497.240.1136.67
Hex834138032393172825
Octal20310170062716175045
Binary1000001110000011110000110010111001110001111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834138; }

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

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

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

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

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

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

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

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