Html Css Color HEX #402C37 Barossa

📋 copy color: '#402C37'

red 64 ◦ green 44 ◦ blue 55

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

Shades of Barossa #402C37

Tints of Barossa #402C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.99%

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

R = 39.26%
G = 26.99%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#402C37 (or 0x402C37) is known color: Barossa. HEX triplet: 40, 2C and 37. RGB value is (64,44,55). Sum of RGB (Red+Green+Blue) = 64+44+55=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #402C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C37 is #BFD3C8. Grayscale: #333333. Windows color (decimal): -12571593 or 3615808. OLE color: 3615808.

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

Color convert

RGB 64 44 55 -
CMYK 0 0.31 0.14 0.75
HSL 327º 0.19% 0.21% -
HSV(B) 327º 0.31% 0.25% -
XYZ 3.7 3.17 4.03 -
YUV 51.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 64 44 55 0 0.31 0.14 0.75 327 0.19 0.21
Hex 40 2C 37 0 1F E 4B 147 13 15
Octal 100 54 67 0 37 16 113 507 23 25
Binary 1000000 101100 110111 0 11111 1110 1001011 101000111 10011 10101

Color Harmonies of #402C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C37

Black with #402C37

Text Example


Text Example

White with #402C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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