Html Css Color HEX #412838 Barossa

📋 copy color: '#412838'

red 65 ◦ green 40 ◦ blue 56

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

Shades of Barossa #412838

Tints of Barossa #412838

RGB

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

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

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

R = 40.37%
G = 24.84%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#412838 (or 0x412838) is known color: Barossa. HEX triplet: 41, 28 and 38. RGB value is (65,40,56). Sum of RGB (Red+Green+Blue) = 65+40+56=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #412838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412838 is #BED7C7. Grayscale: #313131. Windows color (decimal): -12507080 or 3680321. OLE color: 3680321.

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

Color convert

RGB 65 40 56 -
CMYK 0 0.38 0.14 0.75
HSL 321.6º 0.24% 0.21% -
HSV(B) 321.6º 0.38% 0.25% -
XYZ 3.65 2.93 4.11 -
YUV 49.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 65 40 56 0 0.38 0.14 0.75 321.6 0.24 0.21
Hex 41 28 38 0 26 E 4B 142 18 15
Octal 101 50 70 0 46 16 113 502 30 25
Binary 1000001 101000 111000 0 100110 1110 1001011 101000010 11000 10101

Color Harmonies of #412838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412838

Black with #412838

Text Example


Text Example

White with #412838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412838; }

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

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

background-color css

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

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

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

border-color css

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

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

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