Html Css Color HEX #482337 Barossa

📋 copy color: '#482337'

red 72 ◦ green 35 ◦ blue 55

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

Shades of Barossa #482337

Tints of Barossa #482337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.6%

 BLUE value IS 55 (21.88% from 255) = 33.95%

R = 44.44%
G = 21.6%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#482337 (or 0x482337) is known color: Barossa. HEX triplet: 48, 23 and 37. RGB value is (72,35,55). Sum of RGB (Red+Green+Blue) = 72+35+55=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #482337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482337 is #B7DCC8. Grayscale: #303030. Windows color (decimal): -12049609 or 3613512. OLE color: 3613512.

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

Color convert

RGB 72 35 55 -
CMYK 0 0.51 0.24 0.72
HSL 327.57º 0.35% 0.21% -
HSV(B) 327.57º 0.51% 0.28% -
XYZ 3.96 2.86 3.96 -
YUV 48.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 72 35 55 0 0.51 0.24 0.72 327.57 0.35 0.21
Hex 48 23 37 0 33 18 48 148 23 15
Octal 110 43 67 0 63 30 110 510 43 25
Binary 1001000 100011 110111 0 110011 11000 1001000 101001000 100011 10101

Color Harmonies of #482337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482337

Black with #482337

Text Example


Text Example

White with #482337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482337; }

 p { color: rgb(72,35,55); }

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

background-color css

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

 a { background-color: rgb(72,35,55); }

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

border-color css

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

 span { border-color: rgb(72,35,55); }

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