#412B35

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

Shades of Barossa #412B35

Tints of Barossa #412B35

Color information

#412B35 (or 0x412B35) is unknown color: approx Barossa. HEX triplet: 41, 2B and 35. RGB value is (65,43,53). Sum of RGB (Red+Green+Blue) = 65+43+53=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #412B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B35 is #BED4CA. Grayscale: #323232. Windows color (decimal): -12506315 or 3484481. OLE color: 3484481.

HSL color Cylindrical-coordinate representation of color #412B35: hue angle of 332.73º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #412B35 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB654353-
CMYK00.340.180.75
HSL332.73º20.37%21.18%-
HSV(B)332.73º33.85%25.49%-
XYZ3.693.113.77-
YUV50.72129.29138.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 43 (17.19% from 255) = 26.71%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=40.37%
G=26.71%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65435300.340.180.75332.7320.3721.18
Hex412B35022124B14d1415
Octal1015365042221135152425
Binary100000110101111010101000101001010010111010011011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412B35; }

 p { color: rgb(65,43,53); }

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

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

 a { background-color: rgb(65,43,53); }

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

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

 span { border-color: rgb(65,43,53); }

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