Html Css Color HEX #403139 Barossa

📋 copy color: '#403139'

red 64 ◦ green 49 ◦ blue 57

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

Shades of Barossa #403139

Tints of Barossa #403139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 33.53%

R = 37.65%
G = 28.82%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#403139 (or 0x403139) is known color: Barossa. HEX triplet: 40, 31 and 39. RGB value is (64,49,57). Sum of RGB (Red+Green+Blue) = 64+49+57=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 64 - color contains mainly: red. Hex color #403139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403139 is #BFCEC6. Grayscale: #363636. Windows color (decimal): -12570311 or 3748160. OLE color: 3748160.

HSL color Cylindrical-coordinate representation of color #403139: hue angle of 328º 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 #403139 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 49 57 -
CMYK 0 0.23 0.11 0.75
HSL 328º 0.13% 0.22% -
HSV(B) 328º 0.23% 0.25% -
XYZ 3.95 3.58 4.35 -
YUV 54.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 64 49 57 0 0.23 0.11 0.75 328 0.13 0.22
Hex 40 31 39 0 17 B 4B 148 D 16
Octal 100 61 71 0 27 13 113 510 15 26
Binary 1000000 110001 111001 0 10111 1011 1001011 101001000 1101 10110

Color Harmonies of #403139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403139

Black with #403139

Text Example


Text Example

White with #403139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403139; }

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

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

background-color css

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

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

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

border-color css

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

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

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