Html Css Color HEX #412A36 Barossa

📋 copy color: '#412A36'

red 65 ◦ green 42 ◦ blue 54

#412A36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #412A36

Tints of Barossa #412A36

RGB

 RED value IS 65 (25.78% from 255) = 40.37%

 GREEN value IS 42 (16.8% from 255) = 26.09%

 BLUE value IS 54 (21.48% from 255) = 33.54%

R = 40.37%
G = 26.09%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#412A36 (or 0x412A36) is known color: Barossa. HEX triplet: 41, 2A and 36. RGB value is (65,42,54). Sum of RGB (Red+Green+Blue) = 65+42+54=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #412A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A36 is #BED5C9. Grayscale: #323232. Windows color (decimal): -12506570 or 3549761. OLE color: 3549761.

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

Color convert

RGB 65 42 54 -
CMYK 0 0.35 0.17 0.75
HSL 328.7º 0.21% 0.21% -
HSV(B) 328.7º 0.35% 0.25% -
XYZ 3.67 3.05 3.88 -
YUV 50.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 65 42 54 0 0.35 0.17 0.75 328.7 0.21 0.21
Hex 41 2A 36 0 23 11 4B 149 15 15
Octal 101 52 66 0 43 21 113 511 25 25
Binary 1000001 101010 110110 0 100011 10001 1001011 101001001 10101 10101

Color Harmonies of #412A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A36

Black with #412A36

Text Example


Text Example

White with #412A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,42,54); }

 H1.HeaderClassName
 {
   color: #412A36;
 }
 .AnyTagClassName
 {
   color: #412A36;
 }
</style>

background-color css

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

 a { background-color: rgb(65,42,54); }

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

border-color css

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

 span { border-color: rgb(65,42,54); }

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