Html Css Color HEX #412737 Barossa

📋 copy color: '#412737'

red 65 ◦ green 39 ◦ blue 55

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

Shades of Barossa #412737

Tints of Barossa #412737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.53%

 BLUE value IS 55 (21.88% from 255) = 34.59%

R = 40.88%
G = 24.53%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#412737 (or 0x412737) is known color: Barossa. HEX triplet: 41, 27 and 37. RGB value is (65,39,55). Sum of RGB (Red+Green+Blue) = 65+39+55=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #412737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412737 is #BED8C8. Grayscale: #303030. Windows color (decimal): -12507337 or 3614529. OLE color: 3614529.

HSL color Cylindrical-coordinate representation of color #412737: hue angle of 323.08º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #412737 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 39 55 -
CMYK 0 0.40 0.15 0.75
HSL 323.08º 0.25% 0.2% -
HSV(B) 323.08º 0.4% 0.25% -
XYZ 3.6 2.85 3.98 -
YUV 48.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 65 39 55 0 0.40 0.15 0.75 323.08 0.25 0.2
Hex 41 27 37 0 28 F 4B 143 19 14
Octal 101 47 67 0 50 17 113 503 31 24
Binary 1000001 100111 110111 0 101000 1111 1001011 101000011 11001 10100

Color Harmonies of #412737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412737

Black with #412737

Text Example


Text Example

White with #412737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412737; }

 p { color: rgb(65,39,55); }

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

background-color css

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

 a { background-color: rgb(65,39,55); }

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

border-color css

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

 span { border-color: rgb(65,39,55); }

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