Html Css Color HEX #482438 Barossa

📋 copy color: '#482438'

red 72 ◦ green 36 ◦ blue 56

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

Shades of Barossa #482438

Tints of Barossa #482438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.95%

 BLUE value IS 56 (22.27% from 255) = 34.15%

R = 43.9%
G = 21.95%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#482438 (or 0x482438) is known color: Barossa. HEX triplet: 48, 24 and 38. RGB value is (72,36,56). Sum of RGB (Red+Green+Blue) = 72+36+56=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #482438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482438 is #B7DBC7. Grayscale: #313131. Windows color (decimal): -12049352 or 3679304. OLE color: 3679304.

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

Color convert

RGB 72 36 56 -
CMYK 0 0.5 0.22 0.72
HSL 326.67º 0.33% 0.21% -
HSV(B) 326.67º 0.5% 0.28% -
XYZ 4.02 2.92 4.09 -
YUV 49.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 72 36 56 0 0.5 0.22 0.72 326.67 0.33 0.21
Hex 48 24 38 0 32 16 48 147 21 15
Octal 110 44 70 0 62 26 110 507 41 25
Binary 1001000 100100 111000 0 110010 10110 1001000 101000111 100001 10101

Color Harmonies of #482438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482438

Black with #482438

Text Example


Text Example

White with #482438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482438; }

 p { color: rgb(72,36,56); }

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

background-color css

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

 a { background-color: rgb(72,36,56); }

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

border-color css

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

 span { border-color: rgb(72,36,56); }

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