Html Css Color HEX #482229 Bordeaux

📋 copy color: '#482229'

red 72 ◦ green 34 ◦ blue 41

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

Shades of Bordeaux #482229

Tints of Bordeaux #482229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.13%

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

R = 48.98%
G = 23.13%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#482229 (or 0x482229) is known color: Bordeaux. HEX triplet: 48, 22 and 29. RGB value is (72,34,41). Sum of RGB (Red+Green+Blue) = 72+34+41=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482229 is #B7DDD6. Grayscale: #2E2E2E. Windows color (decimal): -12049879 or 2695752. OLE color: 2695752.

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

Color convert

RGB 72 34 41 -
CMYK 0 0.53 0.43 0.72
HSL 348.95º 0.36% 0.21% -
HSV(B) 348.95º 0.53% 0.28% -
XYZ 3.64 2.68 2.42 -
YUV 46.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 72 34 41 0 0.53 0.43 0.72 348.95 0.36 0.21
Hex 48 22 29 0 35 2B 48 15D 24 15
Octal 110 42 51 0 65 53 110 535 44 25
Binary 1001000 100010 101001 0 110101 101011 1001000 101011101 100100 10101

Color Harmonies of #482229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482229

Black with #482229

Text Example


Text Example

White with #482229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482229; }

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

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

background-color css

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

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

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

border-color css

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

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

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