Html Css Color HEX #412D37 Barossa

📋 copy color: '#412D37'

red 65 ◦ green 45 ◦ blue 55

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

Shades of Barossa #412D37

Tints of Barossa #412D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.27%

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

R = 39.39%
G = 27.27%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#412D37 (or 0x412D37) is known color: Barossa. HEX triplet: 41, 2D and 37. RGB value is (65,45,55). Sum of RGB (Red+Green+Blue) = 65+45+55=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #412D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D37 is #BED2C8. Grayscale: #343434. Windows color (decimal): -12505801 or 3616065. OLE color: 3616065.

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

Color convert

RGB 65 45 55 -
CMYK 0 0.31 0.15 0.75
HSL 330º 0.18% 0.22% -
HSV(B) 330º 0.31% 0.25% -
XYZ 3.81 3.28 4.05 -
YUV 52.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 65 45 55 0 0.31 0.15 0.75 330 0.18 0.22
Hex 41 2D 37 0 1F F 4B 14A 12 16
Octal 101 55 67 0 37 17 113 512 22 26
Binary 1000001 101101 110111 0 11111 1111 1001011 101001010 10010 10110

Color Harmonies of #412D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D37

Black with #412D37

Text Example


Text Example

White with #412D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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