#403A3D

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

Shades of Barossa #403A3D

Tints of Barossa #403A3D

Color information

#403A3D (or 0x403A3D) is unknown color: approx Barossa. HEX triplet: 40, 3A and 3D. RGB value is (64,58,61). Sum of RGB (Red+Green+Blue) = 64+58+61=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 64 - color contains mainly: red. Hex color #403A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A3D is #BFC5C2. Grayscale: #3C3C3C. Windows color (decimal): -12568003 or 4012608. OLE color: 4012608.

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

Color convert

RGB645861-
CMYK00.090.050.75
HSL330º4.92%23.92%-
HSV(B)330º9.38%25.1%-
XYZ4.474.455.04-
YUV60.14128.49130.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 61 (24.22% from 255) = 33.33%
R=34.97%
G=31.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64586100.090.050.753304.9223.92
Hex403A3D0954B14a518
Octal10072750115113512530
Binary100000011101011110101001101100101110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403A3D; }

 p { color: rgb(64,58,61); }

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

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

 a { background-color: rgb(64,58,61); }

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

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

 span { border-color: rgb(64,58,61); }

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