#412838

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

Shades of Barossa #412838

Tints of Barossa #412838

Color information

#412838 (or 0x412838) is unknown color: approx Barossa. HEX triplet: 41, 28 and 38. RGB value is (65,40,56). Sum of RGB (Red+Green+Blue) = 65+40+56=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #412838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412838 is #BED7C7. Grayscale: #313131. Windows color (decimal): -12507080 or 3680321. OLE color: 3680321.

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

Color convert

RGB654056-
CMYK00.380.140.75
HSL321.6º23.81%20.59%-
HSV(B)321.6º38.46%25.49%-
XYZ3.652.934.11-
YUV49.3131.78139.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=40.37%
G=24.84%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65405600.380.140.75321.623.8120.59
Hex412838026E4B1421815
Octal1015070046161135023025
Binary10000011010001110000100110111010010111010000101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412838; }

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

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

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

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

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

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

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

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