Html Css Color HEX #482539 Barossa

📋 copy color: '#482539'

red 72 ◦ green 37 ◦ blue 57

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

Shades of Barossa #482539

Tints of Barossa #482539

RGB

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

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

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

R = 43.37%
G = 22.29%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#482539 (or 0x482539) is known color: Barossa. HEX triplet: 48, 25 and 39. RGB value is (72,37,57). Sum of RGB (Red+Green+Blue) = 72+37+57=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #482539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482539 is #B7DAC6. Grayscale: #313131. Windows color (decimal): -12049095 or 3745096. OLE color: 3745096.

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

Color convert

RGB 72 37 57 -
CMYK 0 0.49 0.21 0.72
HSL 325.71º 0.32% 0.21% -
HSV(B) 325.71º 0.49% 0.28% -
XYZ 4.07 3 4.23 -
YUV 49.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 72 37 57 0 0.49 0.21 0.72 325.71 0.32 0.21
Hex 48 25 39 0 31 15 48 146 20 15
Octal 110 45 71 0 61 25 110 506 40 25
Binary 1001000 100101 111001 0 110001 10101 1001000 101000110 100000 10101

Color Harmonies of #482539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482539

Black with #482539

Text Example


Text Example

White with #482539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482539; }

 p { color: rgb(72,37,57); }

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

background-color css

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

 a { background-color: rgb(72,37,57); }

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

border-color css

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

 span { border-color: rgb(72,37,57); }

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