Html Css Color HEX #482029 Bordeaux

📋 copy color: '#482029'

red 72 ◦ green 32 ◦ blue 41

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

Shades of Bordeaux #482029

Tints of Bordeaux #482029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 49.66%
G = 22.07%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#482029 (or 0x482029) is known color: Bordeaux. HEX triplet: 48, 20 and 29. RGB value is (72,32,41). Sum of RGB (Red+Green+Blue) = 72+32+41=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482029 is #B7DFD6. Grayscale: #2C2C2C. Windows color (decimal): -12050391 or 2695240. OLE color: 2695240.

HSL color Cylindrical-coordinate representation of color #482029: hue angle of 346.5º 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 #482029 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 41 -
CMYK 0 0.56 0.43 0.72
HSL 346.5º 0.38% 0.2% -
HSV(B) 346.5º 0.56% 0.28% -
XYZ 3.59 2.57 2.4 -
YUV 44.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 72 32 41 0 0.56 0.43 0.72 346.5 0.38 0.2
Hex 48 20 29 0 38 2B 48 15A 26 14
Octal 110 40 51 0 70 53 110 532 46 24
Binary 1001000 100000 101001 0 111000 101011 1001000 101011010 100110 10100

Color Harmonies of #482029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482029

Black with #482029

Text Example


Text Example

White with #482029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482029; }

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

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

background-color css

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

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

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

border-color css

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

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

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