#412938

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

Shades of Barossa #412938

Tints of Barossa #412938

Color information

#412938 (or 0x412938) is unknown color: approx Barossa. HEX triplet: 41, 29 and 38. RGB value is (65,41,56). Sum of RGB (Red+Green+Blue) = 65+41+56=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #412938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412938 is #BED6C7. Grayscale: #313131. Windows color (decimal): -12506824 or 3680577. OLE color: 3680577.

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

Color convert

RGB654156-
CMYK00.370.140.75
HSL322.5º22.64%20.78%-
HSV(B)322.5º36.92%25.49%-
XYZ3.6934.13-
YUV49.89131.45138.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=40.12%
G=25.31%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65415600.370.140.75322.522.6420.78
Hex412938025E4B1421715
Octal1015170045161135022725
Binary10000011010011110000100101111010010111010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412938; }

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

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

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

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

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

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

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

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