Html Css Color HEX #403339 Barossa

📋 copy color: '#403339'

red 64 ◦ green 51 ◦ blue 57

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

Shades of Barossa #403339

Tints of Barossa #403339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

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

R = 37.21%
G = 29.65%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#403339 (or 0x403339) is known color: Barossa. HEX triplet: 40, 33 and 39. RGB value is (64,51,57). Sum of RGB (Red+Green+Blue) = 64+51+57=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 64 - color contains mainly: red. Hex color #403339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403339 is #BFCCC6. Grayscale: #373737. Windows color (decimal): -12569799 or 3748672. OLE color: 3748672.

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

Color convert

RGB 64 51 57 -
CMYK 0 0.20 0.11 0.75
HSL 332.31º 0.11% 0.23% -
HSV(B) 332.31º 0.2% 0.25% -
XYZ 4.04 3.75 4.38 -
YUV 55.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 64 51 57 0 0.20 0.11 0.75 332.31 0.11 0.23
Hex 40 33 39 0 14 B 4B 14C B 17
Octal 100 63 71 0 24 13 113 514 13 27
Binary 1000000 110011 111001 0 10100 1011 1001011 101001100 1011 10111

Color Harmonies of #403339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403339

Black with #403339

Text Example


Text Example

White with #403339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403339; }

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

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

background-color css

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

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

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

border-color css

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

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

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