Html Css Color HEX #482739 Barossa

📋 copy color: '#482739'

red 72 ◦ green 39 ◦ blue 57

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

Shades of Barossa #482739

Tints of Barossa #482739

RGB

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

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

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

R = 42.86%
G = 23.21%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#482739 (or 0x482739) is known color: Barossa. HEX triplet: 48, 27 and 39. RGB value is (72,39,57). Sum of RGB (Red+Green+Blue) = 72+39+57=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #482739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482739 is #B7D8C6. Grayscale: #323232. Windows color (decimal): -12048583 or 3745608. OLE color: 3745608.

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

Color convert

RGB 72 39 57 -
CMYK 0 0.46 0.21 0.72
HSL 327.27º 0.3% 0.22% -
HSV(B) 327.27º 0.46% 0.28% -
XYZ 4.14 3.12 4.26 -
YUV 50.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 72 39 57 0 0.46 0.21 0.72 327.27 0.3 0.22
Hex 48 27 39 0 2E 15 48 147 1E 16
Octal 110 47 71 0 56 25 110 507 36 26
Binary 1001000 100111 111001 0 101110 10101 1001000 101000111 11110 10110

Color Harmonies of #482739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482739

Black with #482739

Text Example


Text Example

White with #482739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482739; }

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

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

background-color css

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

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

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

border-color css

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

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

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