#413A3D

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

Shades of Barossa #413A3D

Tints of Barossa #413A3D

Color information

#413A3D (or 0x413A3D) is unknown color: approx Barossa. HEX triplet: 41, 3A and 3D. RGB value is (65,58,61). Sum of RGB (Red+Green+Blue) = 65+58+61=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 65 - color contains mainly: red. Hex color #413A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A3D is #BEC5C2. Grayscale: #3C3C3C. Windows color (decimal): -12502467 or 4012609. OLE color: 4012609.

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

Color convert

RGB655861-
CMYK00.110.060.75
HSL334.29º5.69%24.12%-
HSV(B)334.29º10.77%25.49%-
XYZ4.544.495.04-
YUV60.43128.32131.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 61 (24.22% from 255) = 33.15%
R=35.33%
G=31.52%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65586100.110.060.75334.295.6924.12
Hex413A3D0B64B14e618
Octal10172750136113516630
Binary100000111101011110101011110100101110100111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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