Html Css Color HEX #462439 Barossa

📋 copy color: '#462439'

red 70 ◦ green 36 ◦ blue 57

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

Shades of Barossa #462439

Tints of Barossa #462439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.09%

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

R = 42.94%
G = 22.09%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#462439 (or 0x462439) is known color: Barossa. HEX triplet: 46, 24 and 39. RGB value is (70,36,57). Sum of RGB (Red+Green+Blue) = 70+36+57=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #462439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462439 is #B9DBC6. Grayscale: #303030. Windows color (decimal): -12180423 or 3744838. OLE color: 3744838.

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

Color convert

RGB 70 36 57 -
CMYK 0 0.49 0.19 0.73
HSL 322.94º 0.32% 0.21% -
HSV(B) 322.94º 0.49% 0.27% -
XYZ 3.9 2.86 4.22 -
YUV 48.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 70 36 57 0 0.49 0.19 0.73 322.94 0.32 0.21
Hex 46 24 39 0 31 13 49 143 20 15
Octal 106 44 71 0 61 23 111 503 40 25
Binary 1000110 100100 111001 0 110001 10011 1001001 101000011 100000 10101

Color Harmonies of #462439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462439

Black with #462439

Text Example


Text Example

White with #462439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462439; }

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

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

background-color css

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

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

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

border-color css

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

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

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