Html Css Color HEX #403337 Barossa

📋 copy color: '#403337'

red 64 ◦ green 51 ◦ blue 55

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

Shades of Barossa #403337

Tints of Barossa #403337

RGB

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

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

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

R = 37.65%
G = 30%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#403337 (or 0x403337) is known color: Barossa. HEX triplet: 40, 33 and 37. RGB value is (64,51,55). Sum of RGB (Red+Green+Blue) = 64+51+55=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 64 - color contains mainly: red. Hex color #403337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403337 is #BFCCC8. Grayscale: #373737. Windows color (decimal): -12569801 or 3617600. OLE color: 3617600.

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

Color convert

RGB 64 51 55 -
CMYK 0 0.20 0.14 0.75
HSL 341.54º 0.11% 0.23% -
HSV(B) 341.54º 0.2% 0.25% -
XYZ 3.99 3.73 4.12 -
YUV 55.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 64 51 55 0 0.20 0.14 0.75 341.54 0.11 0.23
Hex 40 33 37 0 14 E 4B 156 B 17
Octal 100 63 67 0 24 16 113 526 13 27
Binary 1000000 110011 110111 0 10100 1110 1001011 101010110 1011 10111

Color Harmonies of #403337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403337

Black with #403337

Text Example


Text Example

White with #403337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403337; }

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

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

background-color css

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

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

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

border-color css

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

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

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