Html Css Color HEX #462339 Barossa

📋 copy color: '#462339'

red 70 ◦ green 35 ◦ blue 57

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

Shades of Barossa #462339

Tints of Barossa #462339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.6%

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

R = 43.21%
G = 21.6%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#462339 (or 0x462339) is known color: Barossa. HEX triplet: 46, 23 and 39. RGB value is (70,35,57). Sum of RGB (Red+Green+Blue) = 70+35+57=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #462339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462339 is #B9DCC6. Grayscale: #2F2F2F. Windows color (decimal): -12180679 or 3744582. OLE color: 3744582.

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

Color convert

RGB 70 35 57 -
CMYK 0 0.5 0.19 0.73
HSL 322.29º 0.33% 0.21% -
HSV(B) 322.29º 0.5% 0.27% -
XYZ 3.87 2.8 4.21 -
YUV 47.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 70 35 57 0 0.5 0.19 0.73 322.29 0.33 0.21
Hex 46 23 39 0 32 13 49 142 21 15
Octal 106 43 71 0 62 23 111 502 41 25
Binary 1000110 100011 111001 0 110010 10011 1001001 101000010 100001 10101

Color Harmonies of #462339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462339

Black with #462339

Text Example


Text Example

White with #462339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462339; }

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

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

background-color css

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

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

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

border-color css

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

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

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