Html Css Color HEX #481626 Bordeaux

📋 copy color: '#481626'

red 72 ◦ green 22 ◦ blue 38

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

Shades of Bordeaux #481626

Tints of Bordeaux #481626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.67%

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

R = 54.55%
G = 16.67%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#481626 (or 0x481626) is known color: Bordeaux. HEX triplet: 48, 16 and 26. RGB value is (72,22,38). Sum of RGB (Red+Green+Blue) = 72+22+38=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #481626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481626 is #B7E9D9. Grayscale: #262626. Windows color (decimal): -12052954 or 2496072. OLE color: 2496072.

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

Color convert

RGB 72 22 38 -
CMYK 0 0.69 0.47 0.72
HSL 340.8º 0.53% 0.18% -
HSV(B) 340.8º 0.69% 0.28% -
XYZ 3.31 2.09 2.06 -
YUV 38.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 72 22 38 0 0.69 0.47 0.72 340.8 0.53 0.18
Hex 48 16 26 0 45 2F 48 155 35 12
Octal 110 26 46 0 105 57 110 525 65 22
Binary 1001000 10110 100110 0 1000101 101111 1001000 101010101 110101 10010

Color Harmonies of #481626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481626

Black with #481626

Text Example


Text Example

White with #481626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481626; }

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

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

background-color css

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

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

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

border-color css

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

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

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