#402D35

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

Shades of Barossa #402D35

Tints of Barossa #402D35

Color information

#402D35 (or 0x402D35) is unknown color: approx Barossa. HEX triplet: 40, 2D and 35. RGB value is (64,45,53). Sum of RGB (Red+Green+Blue) = 64+45+53=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 64 - color contains mainly: red. Hex color #402D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D35 is #BFD2CA. Grayscale: #333333. Windows color (decimal): -12571339 or 3484992. OLE color: 3484992.

HSL color Cylindrical-coordinate representation of color #402D35: hue angle of 334.74º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #402D35 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB644553-
CMYK00.300.170.75
HSL334.74º17.43%21.37%-
HSV(B)334.74º29.69%25.1%-
XYZ3.73.223.8-
YUV51.59128.79136.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.51%
GREEN value IS 45 (17.97% from 255) = 27.78%
BLUE value IS 53 (21.09% from 255) = 32.72%
R=39.51%
G=27.78%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64455300.300.170.75334.7417.4321.37
Hex402D3501E114B14f1115
Octal1005565036211135172125
Binary10000001011011101010111101000110010111010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402D35; }

 p { color: rgb(64,45,53); }

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

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

 a { background-color: rgb(64,45,53); }

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

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

 span { border-color: rgb(64,45,53); }

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