Html Css Color HEX #462739 Barossa

📋 copy color: '#462739'

red 70 ◦ green 39 ◦ blue 57

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

Shades of Barossa #462739

Tints of Barossa #462739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.49%

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

R = 42.17%
G = 23.49%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#462739 (or 0x462739) is known color: Barossa. HEX triplet: 46, 27 and 39. RGB value is (70,39,57). Sum of RGB (Red+Green+Blue) = 70+39+57=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #462739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462739 is #B9D8C6. Grayscale: #323232. Windows color (decimal): -12179655 or 3745606. OLE color: 3745606.

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

Color convert

RGB 70 39 57 -
CMYK 0 0.44 0.19 0.73
HSL 325.16º 0.28% 0.21% -
HSV(B) 325.16º 0.44% 0.27% -
XYZ 3.99 3.05 4.25 -
YUV 50.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 70 39 57 0 0.44 0.19 0.73 325.16 0.28 0.21
Hex 46 27 39 0 2C 13 49 145 1C 15
Octal 106 47 71 0 54 23 111 505 34 25
Binary 1000110 100111 111001 0 101100 10011 1001001 101000101 11100 10101

Color Harmonies of #462739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462739

Black with #462739

Text Example


Text Example

White with #462739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462739; }

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

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

background-color css

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

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

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

border-color css

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

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

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