Html Css Color HEX #412D35 Barossa

📋 copy color: '#412D35'

red 65 ◦ green 45 ◦ blue 53

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

Shades of Barossa #412D35

Tints of Barossa #412D35

RGB

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

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

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

R = 39.88%
G = 27.61%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#412D35 (or 0x412D35) is known color: Barossa. HEX triplet: 41, 2D and 35. RGB value is (65,45,53). Sum of RGB (Red+Green+Blue) = 65+45+53=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #412D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D35 is #BED2CA. Grayscale: #333333. Windows color (decimal): -12505803 or 3484993. OLE color: 3484993.

HSL color Cylindrical-coordinate representation of color #412D35: hue angle of 336º 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 #412D35 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 45 53 -
CMYK 0 0.31 0.18 0.75
HSL 336º 0.18% 0.22% -
HSV(B) 336º 0.31% 0.25% -
XYZ 3.76 3.26 3.8 -
YUV 51.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 65 45 53 0 0.31 0.18 0.75 336 0.18 0.22
Hex 41 2D 35 0 1F 12 4B 150 12 16
Octal 101 55 65 0 37 22 113 520 22 26
Binary 1000001 101101 110101 0 11111 10010 1001011 101010000 10010 10110

Color Harmonies of #412D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D35

Black with #412D35

Text Example


Text Example

White with #412D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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