Html Css Color HEX #402937 Barossa

📋 copy color: '#402937'

red 64 ◦ green 41 ◦ blue 55

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

Shades of Barossa #402937

Tints of Barossa #402937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.63%

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

R = 40%
G = 25.63%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#402937 (or 0x402937) is known color: Barossa. HEX triplet: 40, 29 and 37. RGB value is (64,41,55). Sum of RGB (Red+Green+Blue) = 64+41+55=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #402937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402937 is #BFD6C8. Grayscale: #313131. Windows color (decimal): -12572361 or 3615040. OLE color: 3615040.

HSL color Cylindrical-coordinate representation of color #402937: hue angle of 323.48º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #402937 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 41 55 -
CMYK 0 0.36 0.14 0.75
HSL 323.48º 0.22% 0.21% -
HSV(B) 323.48º 0.36% 0.25% -
XYZ 3.6 2.95 3.99 -
YUV 49.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 64 41 55 0 0.36 0.14 0.75 323.48 0.22 0.21
Hex 40 29 37 0 24 E 4B 143 16 15
Octal 100 51 67 0 44 16 113 503 26 25
Binary 1000000 101001 110111 0 100100 1110 1001011 101000011 10110 10101

Color Harmonies of #402937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402937

Black with #402937

Text Example


Text Example

White with #402937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402937; }

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

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

background-color css

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

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

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

border-color css

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

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

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