#413138

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

Shades of Barossa #413138

Tints of Barossa #413138

Color information

#413138 (or 0x413138) is unknown color: approx Barossa. HEX triplet: 41, 31 and 38. RGB value is (65,49,56). Sum of RGB (Red+Green+Blue) = 65+49+56=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #413138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413138 is #BECEC7. Grayscale: #363636. Windows color (decimal): -12504776 or 3682625. OLE color: 3682625.

HSL color Cylindrical-coordinate representation of color #413138: hue angle of 333.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413138 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB654956-
CMYK00.250.140.75
HSL333.75º14.04%22.35%-
HSV(B)333.75º24.62%25.49%-
XYZ3.993.614.23-
YUV54.58128.8135.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 56 (22.27% from 255) = 32.94%
R=38.24%
G=28.82%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65495600.250.140.75333.7514.0422.35
Hex413138019E4B14ee16
Octal1016170031161135161626
Binary100000111000111100001100111101001011101001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413138; }

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

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

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

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

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

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

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

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