Html Css Color HEX #413439 Barossa

📋 copy color: '#413439'

red 65 ◦ green 52 ◦ blue 57

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

Shades of Barossa #413439

Tints of Barossa #413439

RGB

 RED value IS 65 (25.78% from 255) = 37.36%

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

 BLUE value IS 57 (22.66% from 255) = 32.76%

R = 37.36%
G = 29.89%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#413439 (or 0x413439) is known color: Barossa. HEX triplet: 41, 34 and 39. RGB value is (65,52,57). Sum of RGB (Red+Green+Blue) = 65+52+57=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #413439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413439 is #BECBC6. Grayscale: #383838. Windows color (decimal): -12504007 or 3748929. OLE color: 3748929.

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

Color convert

RGB 65 52 57 -
CMYK 0 0.20 0.12 0.75
HSL 336.92º 0.11% 0.23% -
HSV(B) 336.92º 0.2% 0.25% -
XYZ 4.15 3.88 4.4 -
YUV 56.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 65 52 57 0 0.20 0.12 0.75 336.92 0.11 0.23
Hex 41 34 39 0 14 C 4B 151 B 17
Octal 101 64 71 0 24 14 113 521 13 27
Binary 1000001 110100 111001 0 10100 1100 1001011 101010001 1011 10111

Color Harmonies of #413439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413439

Black with #413439

Text Example


Text Example

White with #413439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413439; }

 p { color: rgb(65,52,57); }

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

background-color css

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

 a { background-color: rgb(65,52,57); }

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

border-color css

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

 span { border-color: rgb(65,52,57); }

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