Html Css Color HEX #403639 Barossa

📋 copy color: '#403639'

red 64 ◦ green 54 ◦ blue 57

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

Shades of Barossa #403639

Tints of Barossa #403639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.86%

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

R = 36.57%
G = 30.86%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#403639 (or 0x403639) is known color: Barossa. HEX triplet: 40, 36 and 39. RGB value is (64,54,57). Sum of RGB (Red+Green+Blue) = 64+54+57=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 64 - color contains mainly: red. Hex color #403639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403639 is #BFC9C6. Grayscale: #393939. Windows color (decimal): -12569031 or 3749440. OLE color: 3749440.

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

Color convert

RGB 64 54 57 -
CMYK 0 0.16 0.11 0.75
HSL 342º 0.08% 0.23% -
HSV(B) 342º 0.16% 0.25% -
XYZ 4.17 4.02 4.43 -
YUV 57.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 64 54 57 0 0.16 0.11 0.75 342 0.08 0.23
Hex 40 36 39 0 10 B 4B 156 8 17
Octal 100 66 71 0 20 13 113 526 10 27
Binary 1000000 110110 111001 0 10000 1011 1001011 101010110 1000 10111

Color Harmonies of #403639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403639

Black with #403639

Text Example


Text Example

White with #403639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403639; }

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

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

background-color css

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

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

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

border-color css

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

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

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