Html Css Color HEX #481E26 Bordeaux

📋 copy color: '#481E26'

red 72 ◦ green 30 ◦ blue 38

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

Shades of Bordeaux #481E26

Tints of Bordeaux #481E26

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.43%

 BLUE value IS 38 (15.23% from 255) = 27.14%

R = 51.43%
G = 21.43%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#481E26 (or 0x481E26) is known color: Bordeaux. HEX triplet: 48, 1E and 26. RGB value is (72,30,38). Sum of RGB (Red+Green+Blue) = 72+30+38=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #481E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E26 is #B7E1D9. Grayscale: #2B2B2B. Windows color (decimal): -12050906 or 2498120. OLE color: 2498120.

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

Color convert

RGB 72 30 38 -
CMYK 0 0.58 0.47 0.72
HSL 348.57º 0.41% 0.2% -
HSV(B) 348.57º 0.58% 0.28% -
XYZ 3.49 2.45 2.12 -
YUV 43.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 72 30 38 0 0.58 0.47 0.72 348.57 0.41 0.2
Hex 48 1E 26 0 3A 2F 48 15D 29 14
Octal 110 36 46 0 72 57 110 535 51 24
Binary 1001000 11110 100110 0 111010 101111 1001000 101011101 101001 10100

Color Harmonies of #481E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E26

Black with #481E26

Text Example


Text Example

White with #481E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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