Html Css Color HEX #403137 Barossa

📋 copy color: '#403137'

red 64 ◦ green 49 ◦ blue 55

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

Shades of Barossa #403137

Tints of Barossa #403137

RGB

 RED value IS 64 (25.39% from 255) = 38.1%

 GREEN value IS 49 (19.53% from 255) = 29.17%

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

R = 38.1%
G = 29.17%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#403137 (or 0x403137) is known color: Barossa. HEX triplet: 40, 31 and 37. RGB value is (64,49,55). Sum of RGB (Red+Green+Blue) = 64+49+55=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 64 - color contains mainly: red. Hex color #403137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403137 is #BFCEC8. Grayscale: #363636. Windows color (decimal): -12570313 or 3617088. OLE color: 3617088.

HSL color Cylindrical-coordinate representation of color #403137: hue angle of 336º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #403137 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 49 55 -
CMYK 0 0.23 0.14 0.75
HSL 336º 0.13% 0.22% -
HSV(B) 336º 0.23% 0.25% -
XYZ 3.9 3.56 4.1 -
YUV 54.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 64 49 55 0 0.23 0.14 0.75 336 0.13 0.22
Hex 40 31 37 0 17 E 4B 150 D 16
Octal 100 61 67 0 27 16 113 520 15 26
Binary 1000000 110001 110111 0 10111 1110 1001011 101010000 1101 10110

Color Harmonies of #403137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403137

Black with #403137

Text Example


Text Example

White with #403137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403137; }

 p { color: rgb(64,49,55); }

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

background-color css

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

 a { background-color: rgb(64,49,55); }

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

border-color css

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

 span { border-color: rgb(64,49,55); }

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