Html Css Color HEX #413339 Barossa

📋 copy color: '#413339'

red 65 ◦ green 51 ◦ blue 57

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

Shades of Barossa #413339

Tints of Barossa #413339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.48%

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

R = 37.57%
G = 29.48%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#413339 (or 0x413339) is known color: Barossa. HEX triplet: 41, 33 and 39. RGB value is (65,51,57). Sum of RGB (Red+Green+Blue) = 65+51+57=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #413339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413339 is #BECCC6. Grayscale: #373737. Windows color (decimal): -12504263 or 3748673. OLE color: 3748673.

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

Color convert

RGB 65 51 57 -
CMYK 0 0.22 0.12 0.75
HSL 334.29º 0.12% 0.23% -
HSV(B) 334.29º 0.22% 0.25% -
XYZ 4.1 3.79 4.39 -
YUV 55.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 65 51 57 0 0.22 0.12 0.75 334.29 0.12 0.23
Hex 41 33 39 0 16 C 4B 14E C 17
Octal 101 63 71 0 26 14 113 516 14 27
Binary 1000001 110011 111001 0 10110 1100 1001011 101001110 1100 10111

Color Harmonies of #413339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413339

Black with #413339

Text Example


Text Example

White with #413339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413339; }

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

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

background-color css

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

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

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

border-color css

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

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

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