Html Css Color HEX #412837 Barossa

📋 copy color: '#412837'

red 65 ◦ green 40 ◦ blue 55

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

Shades of Barossa #412837

Tints of Barossa #412837

RGB

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

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

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

R = 40.63%
G = 25%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#412837 (or 0x412837) is known color: Barossa. HEX triplet: 41, 28 and 37. RGB value is (65,40,55). Sum of RGB (Red+Green+Blue) = 65+40+55=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #412837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412837 is #BED7C8. Grayscale: #313131. Windows color (decimal): -12507081 or 3614785. OLE color: 3614785.

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

Color convert

RGB 65 40 55 -
CMYK 0 0.38 0.15 0.75
HSL 324º 0.24% 0.21% -
HSV(B) 324º 0.38% 0.25% -
XYZ 3.63 2.92 3.99 -
YUV 49.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 65 40 55 0 0.38 0.15 0.75 324 0.24 0.21
Hex 41 28 37 0 26 F 4B 144 18 15
Octal 101 50 67 0 46 17 113 504 30 25
Binary 1000001 101000 110111 0 100110 1111 1001011 101000100 11000 10101

Color Harmonies of #412837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412837

Black with #412837

Text Example


Text Example

White with #412837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412837; }

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

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

background-color css

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

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

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

border-color css

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

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

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