Html Css Color HEX #413239 Barossa

📋 copy color: '#413239'

red 65 ◦ green 50 ◦ blue 57

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

Shades of Barossa #413239

Tints of Barossa #413239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.07%

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

R = 37.79%
G = 29.07%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#413239 (or 0x413239) is known color: Barossa. HEX triplet: 41, 32 and 39. RGB value is (65,50,57). Sum of RGB (Red+Green+Blue) = 65+50+57=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413239 is #BECDC6. Grayscale: #373737. Windows color (decimal): -12504519 or 3748417. OLE color: 3748417.

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

Color convert

RGB 65 50 57 -
CMYK 0 0.23 0.12 0.75
HSL 332º 0.13% 0.23% -
HSV(B) 332º 0.23% 0.25% -
XYZ 4.06 3.7 4.37 -
YUV 55.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 65 50 57 0 0.23 0.12 0.75 332 0.13 0.23
Hex 41 32 39 0 17 C 4B 14C D 17
Octal 101 62 71 0 27 14 113 514 15 27
Binary 1000001 110010 111001 0 10111 1100 1001011 101001100 1101 10111

Color Harmonies of #413239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413239

Black with #413239

Text Example


Text Example

White with #413239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413239; }

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

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

background-color css

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

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

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

border-color css

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

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

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