Html Css Color HEX #481A1D Bordeaux

📋 copy color: '#481A1D'

red 72 ◦ green 26 ◦ blue 29

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

Shades of Bordeaux #481A1D

Tints of Bordeaux #481A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.47%

 BLUE value IS 29 (11.72% from 255) = 22.83%

R = 56.69%
G = 20.47%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#481A1D (or 0x481A1D) is known color: Bordeaux. HEX triplet: 48, 1A and 1D. RGB value is (72,26,29). Sum of RGB (Red+Green+Blue) = 72+26+29=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A1D is #B7E5E2. Grayscale: #282828. Windows color (decimal): -12051939 or 1907272. OLE color: 1907272.

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

Color convert

RGB 72 26 29 -
CMYK 0 0.64 0.60 0.72
HSL 356.09º 0.47% 0.19% -
HSV(B) 356.09º 0.64% 0.28% -
XYZ 3.26 2.21 1.42 -
YUV 40.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 72 26 29 0 0.64 0.60 0.72 356.09 0.47 0.19
Hex 48 1A 1D 0 40 3C 48 164 2F 13
Octal 110 32 35 0 100 74 110 544 57 23
Binary 1001000 11010 11101 0 1000000 111100 1001000 101100100 101111 10011

Color Harmonies of #481A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A1D

Black with #481A1D

Text Example


Text Example

White with #481A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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