Html Css Color HEX #412C35 Barossa

📋 copy color: '#412C35'

red 65 ◦ green 44 ◦ blue 53

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

Shades of Barossa #412C35

Tints of Barossa #412C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.16%

 BLUE value IS 53 (21.09% from 255) = 32.72%

R = 40.12%
G = 27.16%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#412C35 (or 0x412C35) is known color: Barossa. HEX triplet: 41, 2C and 35. RGB value is (65,44,53). Sum of RGB (Red+Green+Blue) = 65+44+53=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #412C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C35 is #BED3CA. Grayscale: #333333. Windows color (decimal): -12506059 or 3484737. OLE color: 3484737.

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

Color convert

RGB 65 44 53 -
CMYK 0 0.32 0.18 0.75
HSL 334.29º 0.19% 0.21% -
HSV(B) 334.29º 0.32% 0.25% -
XYZ 3.72 3.18 3.79 -
YUV 51.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 65 44 53 0 0.32 0.18 0.75 334.29 0.19 0.21
Hex 41 2C 35 0 20 12 4B 14E 13 15
Octal 101 54 65 0 40 22 113 516 23 25
Binary 1000001 101100 110101 0 100000 10010 1001011 101001110 10011 10101

Color Harmonies of #412C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C35

Black with #412C35

Text Example


Text Example

White with #412C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,44,53); }

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

background-color css

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

 a { background-color: rgb(65,44,53); }

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

border-color css

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

 span { border-color: rgb(65,44,53); }

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