Html Css Color HEX #412A38 Barossa

📋 copy color: '#412A38'

red 65 ◦ green 42 ◦ blue 56

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

Shades of Barossa #412A38

Tints of Barossa #412A38

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.77%

 BLUE value IS 56 (22.27% from 255) = 34.36%

R = 39.88%
G = 25.77%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#412A38 (or 0x412A38) is known color: Barossa. HEX triplet: 41, 2A and 38. RGB value is (65,42,56). Sum of RGB (Red+Green+Blue) = 65+42+56=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #412A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A38 is #BED5C7. Grayscale: #323232. Windows color (decimal): -12506568 or 3680833. OLE color: 3680833.

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

Color convert

RGB 65 42 56 -
CMYK 0 0.35 0.14 0.75
HSL 323.48º 0.21% 0.21% -
HSV(B) 323.48º 0.35% 0.25% -
XYZ 3.72 3.07 4.14 -
YUV 50.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 65 42 56 0 0.35 0.14 0.75 323.48 0.21 0.21
Hex 41 2A 38 0 23 E 4B 143 15 15
Octal 101 52 70 0 43 16 113 503 25 25
Binary 1000001 101010 111000 0 100011 1110 1001011 101000011 10101 10101

Color Harmonies of #412A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A38

Black with #412A38

Text Example


Text Example

White with #412A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,42,56); }

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

background-color css

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

 a { background-color: rgb(65,42,56); }

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

border-color css

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

 span { border-color: rgb(65,42,56); }

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