Html Css Color HEX #412B37 Barossa

📋 copy color: '#412B37'

red 65 ◦ green 43 ◦ blue 55

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

Shades of Barossa #412B37

Tints of Barossa #412B37

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.38%

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

R = 39.88%
G = 26.38%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#412B37 (or 0x412B37) is known color: Barossa. HEX triplet: 41, 2B and 37. RGB value is (65,43,55). Sum of RGB (Red+Green+Blue) = 65+43+55=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #412B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B37 is #BED4C8. Grayscale: #323232. Windows color (decimal): -12506313 or 3615553. OLE color: 3615553.

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

Color convert

RGB 65 43 55 -
CMYK 0 0.34 0.15 0.75
HSL 327.27º 0.2% 0.21% -
HSV(B) 327.27º 0.34% 0.25% -
XYZ 3.73 3.13 4.02 -
YUV 50.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 65 43 55 0 0.34 0.15 0.75 327.27 0.2 0.21
Hex 41 2B 37 0 22 F 4B 147 14 15
Octal 101 53 67 0 42 17 113 507 24 25
Binary 1000001 101011 110111 0 100010 1111 1001011 101000111 10100 10101

Color Harmonies of #412B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B37

Black with #412B37

Text Example


Text Example

White with #412B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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