Html Css Color HEX #482639 Barossa

📋 copy color: '#482639'

red 72 ◦ green 38 ◦ blue 57

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

Shades of Barossa #482639

Tints of Barossa #482639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.75%

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

R = 43.11%
G = 22.75%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#482639 (or 0x482639) is known color: Barossa. HEX triplet: 48, 26 and 39. RGB value is (72,38,57). Sum of RGB (Red+Green+Blue) = 72+38+57=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #482639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482639 is #B7D9C6. Grayscale: #323232. Windows color (decimal): -12048839 or 3745352. OLE color: 3745352.

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

Color convert

RGB 72 38 57 -
CMYK 0 0.47 0.21 0.72
HSL 326.47º 0.31% 0.22% -
HSV(B) 326.47º 0.47% 0.28% -
XYZ 4.1 3.06 4.25 -
YUV 50.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 72 38 57 0 0.47 0.21 0.72 326.47 0.31 0.22
Hex 48 26 39 0 2F 15 48 146 1F 16
Octal 110 46 71 0 57 25 110 506 37 26
Binary 1001000 100110 111001 0 101111 10101 1001000 101000110 11111 10110

Color Harmonies of #482639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482639

Black with #482639

Text Example


Text Example

White with #482639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482639; }

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

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

background-color css

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

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

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

border-color css

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

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

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