Html Css Color HEX #481720 Bordeaux

📋 copy color: '#481720'

red 72 ◦ green 23 ◦ blue 32

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

Shades of Bordeaux #481720

Tints of Bordeaux #481720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 25.2%

R = 56.69%
G = 18.11%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#481720 (or 0x481720) is known color: Bordeaux. HEX triplet: 48, 17 and 20. RGB value is (72,23,32). Sum of RGB (Red+Green+Blue) = 72+23+32=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481720 is #B7E8DF. Grayscale: #262626. Windows color (decimal): -12052704 or 2103112. OLE color: 2103112.

HSL color Cylindrical-coordinate representation of color #481720: hue angle of 348.98º 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 #481720 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 23 32 -
CMYK 0 0.68 0.56 0.72
HSL 348.98º 0.52% 0.19% -
HSV(B) 348.98º 0.68% 0.28% -
XYZ 3.24 2.09 1.6 -
YUV 38.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 72 23 32 0 0.68 0.56 0.72 348.98 0.52 0.19
Hex 48 17 20 0 44 38 48 15D 34 13
Octal 110 27 40 0 104 70 110 535 64 23
Binary 1001000 10111 100000 0 1000100 111000 1001000 101011101 110100 10011

Color Harmonies of #481720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481720

Black with #481720

Text Example


Text Example

White with #481720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481720; }

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

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

background-color css

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

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

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

border-color css

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

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

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