Html Css Color HEX #412C39 Barossa

📋 copy color: '#412C39'

red 65 ◦ green 44 ◦ blue 57

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

Shades of Barossa #412C39

Tints of Barossa #412C39

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.51%

 BLUE value IS 57 (22.66% from 255) = 34.34%

R = 39.16%
G = 26.51%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#412C39 (or 0x412C39) is known color: Barossa. HEX triplet: 41, 2C and 39. RGB value is (65,44,57). Sum of RGB (Red+Green+Blue) = 65+44+57=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #412C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C39 is #BED3C6. Grayscale: #333333. Windows color (decimal): -12506055 or 3746881. OLE color: 3746881.

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

Color convert

RGB 65 44 57 -
CMYK 0 0.32 0.12 0.75
HSL 322.86º 0.19% 0.21% -
HSV(B) 322.86º 0.32% 0.25% -
XYZ 3.82 3.22 4.29 -
YUV 51.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 65 44 57 0 0.32 0.12 0.75 322.86 0.19 0.21
Hex 41 2C 39 0 20 C 4B 143 13 15
Octal 101 54 71 0 40 14 113 503 23 25
Binary 1000001 101100 111001 0 100000 1100 1001011 101000011 10011 10101

Color Harmonies of #412C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C39

Black with #412C39

Text Example


Text Example

White with #412C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,44,57); }

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

background-color css

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

 a { background-color: rgb(65,44,57); }

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

border-color css

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

 span { border-color: rgb(65,44,57); }

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