Html Css Color HEX #412C37 Barossa

📋 copy color: '#412C37'

red 65 ◦ green 44 ◦ blue 55

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

Shades of Barossa #412C37

Tints of Barossa #412C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 33.54%

R = 39.63%
G = 26.83%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#412C37 (or 0x412C37) is known color: Barossa. HEX triplet: 41, 2C and 37. RGB value is (65,44,55). Sum of RGB (Red+Green+Blue) = 65+44+55=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #412C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C37 is #BED3C8. Grayscale: #333333. Windows color (decimal): -12506057 or 3615809. OLE color: 3615809.

HSL color Cylindrical-coordinate representation of color #412C37: hue angle of 328.57º 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 #412C37 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 44 55 -
CMYK 0 0.32 0.15 0.75
HSL 328.57º 0.19% 0.21% -
HSV(B) 328.57º 0.32% 0.25% -
XYZ 3.77 3.2 4.03 -
YUV 51.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 65 44 55 0 0.32 0.15 0.75 328.57 0.19 0.21
Hex 41 2C 37 0 20 F 4B 149 13 15
Octal 101 54 67 0 40 17 113 511 23 25
Binary 1000001 101100 110111 0 100000 1111 1001011 101001001 10011 10101

Color Harmonies of #412C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C37

Black with #412C37

Text Example


Text Example

White with #412C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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