Html Css Color HEX #412836 Barossa

📋 copy color: '#412836'

red 65 ◦ green 40 ◦ blue 54

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

Shades of Barossa #412836

Tints of Barossa #412836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.16%

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

R = 40.88%
G = 25.16%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#412836 (or 0x412836) is known color: Barossa. HEX triplet: 41, 28 and 36. RGB value is (65,40,54). Sum of RGB (Red+Green+Blue) = 65+40+54=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #412836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412836 is #BED7C9. Grayscale: #313131. Windows color (decimal): -12507082 or 3549249. OLE color: 3549249.

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

Color convert

RGB 65 40 54 -
CMYK 0 0.38 0.17 0.75
HSL 326.4º 0.24% 0.21% -
HSV(B) 326.4º 0.38% 0.25% -
XYZ 3.6 2.91 3.86 -
YUV 49.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 65 40 54 0 0.38 0.17 0.75 326.4 0.24 0.21
Hex 41 28 36 0 26 11 4B 146 18 15
Octal 101 50 66 0 46 21 113 506 30 25
Binary 1000001 101000 110110 0 100110 10001 1001011 101000110 11000 10101

Color Harmonies of #412836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412836

Black with #412836

Text Example


Text Example

White with #412836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412836; }

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

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

background-color css

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

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

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

border-color css

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

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

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