Html Css Color HEX #481A1E Bordeaux

📋 copy color: '#481A1E'

red 72 ◦ green 26 ◦ blue 30

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

Shades of Bordeaux #481A1E

Tints of Bordeaux #481A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.44%

R = 56.25%
G = 20.31%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#481A1E (or 0x481A1E) is known color: Bordeaux. HEX triplet: 48, 1A and 1E. RGB value is (72,26,30). Sum of RGB (Red+Green+Blue) = 72+26+30=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A1E is #B7E5E1. Grayscale: #282828. Windows color (decimal): -12051938 or 1972808. OLE color: 1972808.

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

Color convert

RGB 72 26 30 -
CMYK 0 0.64 0.58 0.72
HSL 354.78º 0.47% 0.19% -
HSV(B) 354.78º 0.64% 0.28% -
XYZ 3.28 2.21 1.48 -
YUV 40.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 72 26 30 0 0.64 0.58 0.72 354.78 0.47 0.19
Hex 48 1A 1E 0 40 3A 48 163 2F 13
Octal 110 32 36 0 100 72 110 543 57 23
Binary 1001000 11010 11110 0 1000000 111010 1001000 101100011 101111 10011

Color Harmonies of #481A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A1E

Black with #481A1E

Text Example


Text Example

White with #481A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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