Html Css Color HEX #482028 Bordeaux

📋 copy color: '#482028'

red 72 ◦ green 32 ◦ blue 40

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

Shades of Bordeaux #482028

Tints of Bordeaux #482028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.22%

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

R = 50%
G = 22.22%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#482028 (or 0x482028) is known color: Bordeaux. HEX triplet: 48, 20 and 28. RGB value is (72,32,40). Sum of RGB (Red+Green+Blue) = 72+32+40=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482028 is #B7DFD7. Grayscale: #2C2C2C. Windows color (decimal): -12050392 or 2629704. OLE color: 2629704.

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

Color convert

RGB 72 32 40 -
CMYK 0 0.56 0.44 0.72
HSL 348º 0.38% 0.2% -
HSV(B) 348º 0.56% 0.28% -
XYZ 3.57 2.56 2.31 -
YUV 44.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 72 32 40 0 0.56 0.44 0.72 348 0.38 0.2
Hex 48 20 28 0 38 2C 48 15C 26 14
Octal 110 40 50 0 70 54 110 534 46 24
Binary 1001000 100000 101000 0 111000 101100 1001000 101011100 100110 10100

Color Harmonies of #482028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482028

Black with #482028

Text Example


Text Example

White with #482028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482028; }

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

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

background-color css

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

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

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

border-color css

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

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

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