Html Css Color HEX #412F39 Barossa

📋 copy color: '#412F39'

red 65 ◦ green 47 ◦ blue 57

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

Shades of Barossa #412F39

Tints of Barossa #412F39

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.81%

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

R = 38.46%
G = 27.81%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#412F39 (or 0x412F39) is known color: Barossa. HEX triplet: 41, 2F and 39. RGB value is (65,47,57). Sum of RGB (Red+Green+Blue) = 65+47+57=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #412F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F39 is #BED0C6. Grayscale: #353535. Windows color (decimal): -12505287 or 3747649. OLE color: 3747649.

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

Color convert

RGB 65 47 57 -
CMYK 0 0.28 0.12 0.75
HSL 326.67º 0.16% 0.22% -
HSV(B) 326.67º 0.28% 0.25% -
XYZ 3.94 3.45 4.33 -
YUV 53.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 65 47 57 0 0.28 0.12 0.75 326.67 0.16 0.22
Hex 41 2F 39 0 1C C 4B 147 10 16
Octal 101 57 71 0 34 14 113 507 20 26
Binary 1000001 101111 111001 0 11100 1100 1001011 101000111 10000 10110

Color Harmonies of #412F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F39

Black with #412F39

Text Example


Text Example

White with #412F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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