Html Css Color HEX #481526 Bordeaux

📋 copy color: '#481526'

red 72 ◦ green 21 ◦ blue 38

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

Shades of Bordeaux #481526

Tints of Bordeaux #481526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.03%

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

R = 54.96%
G = 16.03%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#481526 (or 0x481526) is known color: Bordeaux. HEX triplet: 48, 15 and 26. RGB value is (72,21,38). Sum of RGB (Red+Green+Blue) = 72+21+38=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481526 is #B7EAD9. Grayscale: #262626. Windows color (decimal): -12053210 or 2495816. OLE color: 2495816.

HSL color Cylindrical-coordinate representation of color #481526: hue angle of 340º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481526 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 21 38 -
CMYK 0 0.71 0.47 0.72
HSL 340º 0.55% 0.18% -
HSV(B) 340º 0.71% 0.28% -
XYZ 3.29 2.05 2.06 -
YUV 38.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 72 21 38 0 0.71 0.47 0.72 340 0.55 0.18
Hex 48 15 26 0 47 2F 48 154 37 12
Octal 110 25 46 0 107 57 110 524 67 22
Binary 1001000 10101 100110 0 1000111 101111 1001000 101010100 110111 10010

Color Harmonies of #481526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481526

Black with #481526

Text Example


Text Example

White with #481526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481526; }

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

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

background-color css

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

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

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

border-color css

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

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

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