Html Css Color HEX #481F29 Bordeaux

📋 copy color: '#481F29'

red 72 ◦ green 31 ◦ blue 41

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

Shades of Bordeaux #481F29

Tints of Bordeaux #481F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.53%

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

R = 50%
G = 21.53%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#481F29 (or 0x481F29) is known color: Bordeaux. HEX triplet: 48, 1F and 29. RGB value is (72,31,41). Sum of RGB (Red+Green+Blue) = 72+31+41=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F29 is #B7E0D6. Grayscale: #2C2C2C. Windows color (decimal): -12050647 or 2694984. OLE color: 2694984.

HSL color Cylindrical-coordinate representation of color #481F29: hue angle of 345.37º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F29 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 31 41 -
CMYK 0 0.57 0.43 0.72
HSL 345.37º 0.4% 0.2% -
HSV(B) 345.37º 0.57% 0.28% -
XYZ 3.56 2.52 2.4 -
YUV 44.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 72 31 41 0 0.57 0.43 0.72 345.37 0.4 0.2
Hex 48 1F 29 0 39 2B 48 159 28 14
Octal 110 37 51 0 71 53 110 531 50 24
Binary 1001000 11111 101001 0 111001 101011 1001000 101011001 101000 10100

Color Harmonies of #481F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F29

Black with #481F29

Text Example


Text Example

White with #481F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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