Html Css Color HEX #46253A Barossa

📋 copy color: '#46253A'

red 70 ◦ green 37 ◦ blue 58

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

Shades of Barossa #46253A

Tints of Barossa #46253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.42%

 BLUE value IS 58 (23.05% from 255) = 35.15%

R = 42.42%
G = 22.42%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#46253A (or 0x46253A) is known color: Barossa. HEX triplet: 46, 25 and 3A. RGB value is (70,37,58). Sum of RGB (Red+Green+Blue) = 70+37+58=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #46253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46253A is #B9DAC5. Grayscale: #313131. Windows color (decimal): -12180166 or 3810630. OLE color: 3810630.

HSL color Cylindrical-coordinate representation of color #46253A: hue angle of 321.82º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46253A is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 37 58 -
CMYK 0 0.47 0.17 0.73
HSL 321.82º 0.31% 0.21% -
HSV(B) 321.82º 0.47% 0.27% -
XYZ 3.95 2.93 4.36 -
YUV 49.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 70 37 58 0 0.47 0.17 0.73 321.82 0.31 0.21
Hex 46 25 3A 0 2F 11 49 142 1F 15
Octal 106 45 72 0 57 21 111 502 37 25
Binary 1000110 100101 111010 0 101111 10001 1001001 101000010 11111 10101

Color Harmonies of #46253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46253A

Black with #46253A

Text Example


Text Example

White with #46253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46253A; }

 p { color: rgb(70,37,58); }

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

background-color css

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

 a { background-color: rgb(70,37,58); }

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

border-color css

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

 span { border-color: rgb(70,37,58); }

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