Html Css Color HEX #48313E Barossa

📋 copy color: '#48313E'

red 72 ◦ green 49 ◦ blue 62

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

Shades of Barossa #48313E

Tints of Barossa #48313E

RGB

 RED value IS 72 (28.52% from 255) = 39.34%

 GREEN value IS 49 (19.53% from 255) = 26.78%

 BLUE value IS 62 (24.61% from 255) = 33.88%

R = 39.34%
G = 26.78%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48313E (or 0x48313E) is known color: Barossa. HEX triplet: 48, 31 and 3E. RGB value is (72,49,62). Sum of RGB (Red+Green+Blue) = 72+49+62=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48313E is #B7CEC1. Grayscale: #393939. Windows color (decimal): -12046018 or 4075848. OLE color: 4075848.

HSL color Cylindrical-coordinate representation of color #48313E: hue angle of 326.09º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #48313E is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 62 -
CMYK 0 0.32 0.14 0.72
HSL 326.09º 0.19% 0.24% -
HSV(B) 326.09º 0.32% 0.28% -
XYZ 4.64 3.92 5.07 -
YUV 57.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 72 49 62 0 0.32 0.14 0.72 326.09 0.19 0.24
Hex 48 31 3E 0 20 E 48 146 13 18
Octal 110 61 76 0 40 16 110 506 23 30
Binary 1001000 110001 111110 0 100000 1110 1001000 101000110 10011 11000

Color Harmonies of #48313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48313E

Black with #48313E

Text Example


Text Example

White with #48313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48313E; }

 p { color: rgb(72,49,62); }

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

background-color css

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

 a { background-color: rgb(72,49,62); }

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

border-color css

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

 span { border-color: rgb(72,49,62); }

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