Html Css Color HEX #481726 Bordeaux

📋 copy color: '#481726'

red 72 ◦ green 23 ◦ blue 38

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

Shades of Bordeaux #481726

Tints of Bordeaux #481726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.29%

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

R = 54.14%
G = 17.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#481726 (or 0x481726) is known color: Bordeaux. HEX triplet: 48, 17 and 26. RGB value is (72,23,38). Sum of RGB (Red+Green+Blue) = 72+23+38=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #481726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481726 is #B7E8D9. Grayscale: #272727. Windows color (decimal): -12052698 or 2496328. OLE color: 2496328.

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

Color convert

RGB 72 23 38 -
CMYK 0 0.68 0.47 0.72
HSL 341.63º 0.52% 0.19% -
HSV(B) 341.63º 0.68% 0.28% -
XYZ 3.33 2.13 2.07 -
YUV 39.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 72 23 38 0 0.68 0.47 0.72 341.63 0.52 0.19
Hex 48 17 26 0 44 2F 48 156 34 13
Octal 110 27 46 0 104 57 110 526 64 23
Binary 1001000 10111 100110 0 1000100 101111 1001000 101010110 110100 10011

Color Harmonies of #481726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481726

Black with #481726

Text Example


Text Example

White with #481726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481726; }

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

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

background-color css

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

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

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

border-color css

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

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

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