Html Css Color HEX #481426 Bordeaux

📋 copy color: '#481426'

red 72 ◦ green 20 ◦ blue 38

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

Shades of Bordeaux #481426

Tints of Bordeaux #481426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.38%

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

R = 55.38%
G = 15.38%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#481426 (or 0x481426) is known color: Bordeaux. HEX triplet: 48, 14 and 26. RGB value is (72,20,38). Sum of RGB (Red+Green+Blue) = 72+20+38=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481426 is #B7EBD9. Grayscale: #252525. Windows color (decimal): -12053466 or 2495560. OLE color: 2495560.

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

Color convert

RGB 72 20 38 -
CMYK 0 0.72 0.47 0.72
HSL 339.23º 0.57% 0.18% -
HSV(B) 339.23º 0.72% 0.28% -
XYZ 3.27 2.02 2.05 -
YUV 37.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 72 20 38 0 0.72 0.47 0.72 339.23 0.57 0.18
Hex 48 14 26 0 48 2F 48 153 39 12
Octal 110 24 46 0 110 57 110 523 71 22
Binary 1001000 10100 100110 0 1001000 101111 1001000 101010011 111001 10010

Color Harmonies of #481426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481426

Black with #481426

Text Example


Text Example

White with #481426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481426; }

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

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

background-color css

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

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

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

border-color css

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

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

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