Html Css Color HEX #403439 Barossa

📋 copy color: '#403439'

red 64 ◦ green 52 ◦ blue 57

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

Shades of Barossa #403439

Tints of Barossa #403439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

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

R = 36.99%
G = 30.06%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#403439 (or 0x403439) is known color: Barossa. HEX triplet: 40, 34 and 39. RGB value is (64,52,57). Sum of RGB (Red+Green+Blue) = 64+52+57=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #403439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403439 is #BFCBC6. Grayscale: #383838. Windows color (decimal): -12569543 or 3748928. OLE color: 3748928.

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

Color convert

RGB 64 52 57 -
CMYK 0 0.19 0.11 0.75
HSL 335º 0.1% 0.23% -
HSV(B) 335º 0.19% 0.25% -
XYZ 4.08 3.84 4.4 -
YUV 56.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 64 52 57 0 0.19 0.11 0.75 335 0.1 0.23
Hex 40 34 39 0 13 B 4B 14F A 17
Octal 100 64 71 0 23 13 113 517 12 27
Binary 1000000 110100 111001 0 10011 1011 1001011 101001111 1010 10111

Color Harmonies of #403439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403439

Black with #403439

Text Example


Text Example

White with #403439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403439; }

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

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

background-color css

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

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

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

border-color css

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

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

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