Html Css Color HEX #481D29 Bordeaux

📋 copy color: '#481D29'

red 72 ◦ green 29 ◦ blue 41

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

Shades of Bordeaux #481D29

Tints of Bordeaux #481D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.42%

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

R = 50.7%
G = 20.42%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#481D29 (or 0x481D29) is known color: Bordeaux. HEX triplet: 48, 1D and 29. RGB value is (72,29,41). Sum of RGB (Red+Green+Blue) = 72+29+41=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D29 is #B7E2D6. Grayscale: #2B2B2B. Windows color (decimal): -12051159 or 2694472. OLE color: 2694472.

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

Color convert

RGB 72 29 41 -
CMYK 0 0.60 0.43 0.72
HSL 343.26º 0.43% 0.2% -
HSV(B) 343.26º 0.6% 0.28% -
XYZ 3.51 2.42 2.38 -
YUV 43.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 72 29 41 0 0.60 0.43 0.72 343.26 0.43 0.2
Hex 48 1D 29 0 3C 2B 48 157 2B 14
Octal 110 35 51 0 74 53 110 527 53 24
Binary 1001000 11101 101001 0 111100 101011 1001000 101010111 101011 10100

Color Harmonies of #481D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D29

Black with #481D29

Text Example


Text Example

White with #481D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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