Html Css Color HEX #402D36 Barossa

📋 copy color: '#402D36'

red 64 ◦ green 45 ◦ blue 54

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

Shades of Barossa #402D36

Tints of Barossa #402D36

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.61%

 BLUE value IS 54 (21.48% from 255) = 33.13%

R = 39.26%
G = 27.61%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#402D36 (or 0x402D36) is known color: Barossa. HEX triplet: 40, 2D and 36. RGB value is (64,45,54). Sum of RGB (Red+Green+Blue) = 64+45+54=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #402D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D36 is #BFD2C9. Grayscale: #333333. Windows color (decimal): -12571338 or 3550528. OLE color: 3550528.

HSL color Cylindrical-coordinate representation of color #402D36: hue angle of 331.58º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #402D36 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 45 54 -
CMYK 0 0.30 0.16 0.75
HSL 331.58º 0.17% 0.21% -
HSV(B) 331.58º 0.3% 0.25% -
XYZ 3.72 3.23 3.92 -
YUV 51.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 64 45 54 0 0.30 0.16 0.75 331.58 0.17 0.21
Hex 40 2D 36 0 1E 10 4B 14C 11 15
Octal 100 55 66 0 36 20 113 514 21 25
Binary 1000000 101101 110110 0 11110 10000 1001011 101001100 10001 10101

Color Harmonies of #402D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D36

Black with #402D36

Text Example


Text Example

White with #402D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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