Html Css Color HEX #412F36 Barossa

📋 copy color: '#412F36'

red 65 ◦ green 47 ◦ blue 54

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

Shades of Barossa #412F36

Tints of Barossa #412F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.31%

 BLUE value IS 54 (21.48% from 255) = 32.53%

R = 39.16%
G = 28.31%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#412F36 (or 0x412F36) is known color: Barossa. HEX triplet: 41, 2F and 36. RGB value is (65,47,54). Sum of RGB (Red+Green+Blue) = 65+47+54=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #412F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F36 is #BED0C9. Grayscale: #353535. Windows color (decimal): -12505290 or 3551041. OLE color: 3551041.

HSL color Cylindrical-coordinate representation of color #412F36: hue angle of 336.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #412F36 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 47 54 -
CMYK 0 0.28 0.17 0.75
HSL 336.67º 0.16% 0.22% -
HSV(B) 336.67º 0.28% 0.25% -
XYZ 3.86 3.42 3.95 -
YUV 53.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 65 47 54 0 0.28 0.17 0.75 336.67 0.16 0.22
Hex 41 2F 36 0 1C 11 4B 151 10 16
Octal 101 57 66 0 34 21 113 521 20 26
Binary 1000001 101111 110110 0 11100 10001 1001011 101010001 10000 10110

Color Harmonies of #412F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F36

Black with #412F36

Text Example


Text Example

White with #412F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,54); }

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

background-color css

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

 a { background-color: rgb(65,47,54); }

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

border-color css

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

 span { border-color: rgb(65,47,54); }

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