Html Css Color HEX #462839 Barossa

📋 copy color: '#462839'

red 70 ◦ green 40 ◦ blue 57

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

Shades of Barossa #462839

Tints of Barossa #462839

RGB

 RED value IS 70 (27.73% from 255) = 41.92%

 GREEN value IS 40 (16.02% from 255) = 23.95%

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

R = 41.92%
G = 23.95%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#462839 (or 0x462839) is known color: Barossa. HEX triplet: 46, 28 and 39. RGB value is (70,40,57). Sum of RGB (Red+Green+Blue) = 70+40+57=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #462839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462839 is #B9D7C6. Grayscale: #323232. Windows color (decimal): -12179399 or 3745862. OLE color: 3745862.

HSL color Cylindrical-coordinate representation of color #462839: hue angle of 326º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #462839 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 40 57 -
CMYK 0 0.43 0.19 0.73
HSL 326º 0.27% 0.22% -
HSV(B) 326º 0.43% 0.27% -
XYZ 4.02 3.12 4.26 -
YUV 50.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 70 40 57 0 0.43 0.19 0.73 326 0.27 0.22
Hex 46 28 39 0 2B 13 49 146 1B 16
Octal 106 50 71 0 53 23 111 506 33 26
Binary 1000110 101000 111001 0 101011 10011 1001001 101000110 11011 10110

Color Harmonies of #462839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462839

Black with #462839

Text Example


Text Example

White with #462839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462839; }

 p { color: rgb(70,40,57); }

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

background-color css

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

 a { background-color: rgb(70,40,57); }

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

border-color css

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

 span { border-color: rgb(70,40,57); }

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