Html Css Color HEX #412C36 Barossa

📋 copy color: '#412C36'

red 65 ◦ green 44 ◦ blue 54

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

Shades of Barossa #412C36

Tints of Barossa #412C36

RGB

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

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

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

R = 39.88%
G = 26.99%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#412C36 (or 0x412C36) is known color: Barossa. HEX triplet: 41, 2C and 36. RGB value is (65,44,54). Sum of RGB (Red+Green+Blue) = 65+44+54=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #412C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C36 is #BED3C9. Grayscale: #333333. Windows color (decimal): -12506058 or 3550273. OLE color: 3550273.

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

Color convert

RGB 65 44 54 -
CMYK 0 0.32 0.17 0.75
HSL 331.43º 0.19% 0.21% -
HSV(B) 331.43º 0.32% 0.25% -
XYZ 3.75 3.19 3.91 -
YUV 51.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 65 44 54 0 0.32 0.17 0.75 331.43 0.19 0.21
Hex 41 2C 36 0 20 11 4B 14B 13 15
Octal 101 54 66 0 40 21 113 513 23 25
Binary 1000001 101100 110110 0 100000 10001 1001011 101001011 10011 10101

Color Harmonies of #412C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C36

Black with #412C36

Text Example


Text Example

White with #412C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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