#834038

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

Shades of Red Robin #834038

Tints of Red Robin #834038

Color information

#834038 (or 0x834038) is unknown color: approx Red Robin. HEX triplet: 83, 40 and 38. RGB value is (131,64,56). Sum of RGB (Red+Green+Blue) = 131+64+56=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #834038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834038 is #7CBFC7. Grayscale: #535353. Windows color (decimal): -8175560 or 3686531. OLE color: 3686531.

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

Color convert

RGB1316456-
CMYK00.510.570.49
HSL6.4º40.11%36.67%-
HSV(B)6.4º57.25%51.37%-
XYZ11.918.784.81-
YUV83.12112.7162.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=52.19%
G=25.50%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131645600.510.570.496.440.1136.67
Hex834038033393162825
Octal20310070063716165045
Binary1000001110000001110000110011111001110001110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834038; }

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

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

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

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

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

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

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

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