#412637

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

Shades of Barossa #412637

Tints of Barossa #412637

Color information

#412637 (or 0x412637) is unknown color: approx Barossa. HEX triplet: 41, 26 and 37. RGB value is (65,38,55). Sum of RGB (Red+Green+Blue) = 65+38+55=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #412637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412637 is #BED9C8. Grayscale: #2F2F2F. Windows color (decimal): -12507593 or 3614273. OLE color: 3614273.

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

Color convert

RGB653855-
CMYK00.420.150.75
HSL322.22º26.21%20.2%-
HSV(B)322.22º41.54%25.49%-
XYZ3.562.793.96-
YUV48.01131.95140.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 55 (21.88% from 255) = 34.81%
R=41.14%
G=24.05%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65385500.420.150.75322.2226.2120.2
Hex41263702AF4B1421a14
Octal1014667052171135023224
Binary10000011001101101110101010111110010111010000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412637; }

 p { color: rgb(65,38,55); }

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

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

 a { background-color: rgb(65,38,55); }

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

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

 span { border-color: rgb(65,38,55); }

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