Html Css Color HEX #403438 Barossa

📋 copy color: '#403438'

red 64 ◦ green 52 ◦ blue 56

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

Shades of Barossa #403438

Tints of Barossa #403438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.23%

 BLUE value IS 56 (22.27% from 255) = 32.56%

R = 37.21%
G = 30.23%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#403438 (or 0x403438) is known color: Barossa. HEX triplet: 40, 34 and 38. RGB value is (64,52,56). Sum of RGB (Red+Green+Blue) = 64+52+56=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 64 - color contains mainly: red. Hex color #403438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403438 is #BFCBC7. Grayscale: #383838. Windows color (decimal): -12569544 or 3683392. OLE color: 3683392.

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

Color convert

RGB 64 52 56 -
CMYK 0 0.19 0.13 0.75
HSL 340º 0.1% 0.23% -
HSV(B) 340º 0.19% 0.25% -
XYZ 4.06 3.83 4.27 -
YUV 56.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 64 52 56 0 0.19 0.13 0.75 340 0.1 0.23
Hex 40 34 38 0 13 D 4B 154 A 17
Octal 100 64 70 0 23 15 113 524 12 27
Binary 1000000 110100 111000 0 10011 1101 1001011 101010100 1010 10111

Color Harmonies of #403438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403438

Black with #403438

Text Example


Text Example

White with #403438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403438; }

 p { color: rgb(64,52,56); }

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

background-color css

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

 a { background-color: rgb(64,52,56); }

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

border-color css

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

 span { border-color: rgb(64,52,56); }

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