Html Css Color HEX #481D28 Bordeaux

📋 copy color: '#481D28'

red 72 ◦ green 29 ◦ blue 40

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

Shades of Bordeaux #481D28

Tints of Bordeaux #481D28

RGB

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

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

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

R = 51.06%
G = 20.57%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#481D28 (or 0x481D28) is known color: Bordeaux. HEX triplet: 48, 1D and 28. RGB value is (72,29,40). Sum of RGB (Red+Green+Blue) = 72+29+40=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D28 is #B7E2D7. Grayscale: #2B2B2B. Windows color (decimal): -12051160 or 2628936. OLE color: 2628936.

HSL color Cylindrical-coordinate representation of color #481D28: hue angle of 344.65º 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 #481D28 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 29 40 -
CMYK 0 0.60 0.44 0.72
HSL 344.65º 0.43% 0.2% -
HSV(B) 344.65º 0.6% 0.28% -
XYZ 3.49 2.41 2.29 -
YUV 43.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 72 29 40 0 0.60 0.44 0.72 344.65 0.43 0.2
Hex 48 1D 28 0 3C 2C 48 159 2B 14
Octal 110 35 50 0 74 54 110 531 53 24
Binary 1001000 11101 101000 0 111100 101100 1001000 101011001 101011 10100

Color Harmonies of #481D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D28

Black with #481D28

Text Example


Text Example

White with #481D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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