Html Css Color HEX #482128 Bordeaux

📋 copy color: '#482128'

red 72 ◦ green 33 ◦ blue 40

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

Shades of Bordeaux #482128

Tints of Bordeaux #482128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.76%

 BLUE value IS 40 (16.02% from 255) = 27.59%

R = 49.66%
G = 22.76%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#482128 (or 0x482128) is known color: Bordeaux. HEX triplet: 48, 21 and 28. RGB value is (72,33,40). Sum of RGB (Red+Green+Blue) = 72+33+40=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482128 is #B7DED7. Grayscale: #2D2D2D. Windows color (decimal): -12050136 or 2629960. OLE color: 2629960.

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

Color convert

RGB 72 33 40 -
CMYK 0 0.54 0.44 0.72
HSL 349.23º 0.37% 0.21% -
HSV(B) 349.23º 0.54% 0.28% -
XYZ 3.6 2.62 2.32 -
YUV 45.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 72 33 40 0 0.54 0.44 0.72 349.23 0.37 0.21
Hex 48 21 28 0 36 2C 48 15D 25 15
Octal 110 41 50 0 66 54 110 535 45 25
Binary 1001000 100001 101000 0 110110 101100 1001000 101011101 100101 10101

Color Harmonies of #482128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482128

Black with #482128

Text Example


Text Example

White with #482128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482128; }

 p { color: rgb(72,33,40); }

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

background-color css

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

 a { background-color: rgb(72,33,40); }

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

border-color css

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

 span { border-color: rgb(72,33,40); }

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