Html Css Color HEX #481521 Bordeaux

📋 copy color: '#481521'

red 72 ◦ green 21 ◦ blue 33

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

Shades of Bordeaux #481521

Tints of Bordeaux #481521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.19%

R = 57.14%
G = 16.67%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#481521 (or 0x481521) is known color: Bordeaux. HEX triplet: 48, 15 and 21. RGB value is (72,21,33). Sum of RGB (Red+Green+Blue) = 72+21+33=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #481521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481521 is #B7EADE. Grayscale: #252525. Windows color (decimal): -12053215 or 2168136. OLE color: 2168136.

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

Color convert

RGB 72 21 33 -
CMYK 0 0.71 0.54 0.72
HSL 345.88º 0.55% 0.18% -
HSV(B) 345.88º 0.71% 0.28% -
XYZ 3.22 2.02 1.66 -
YUV 37.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 72 21 33 0 0.71 0.54 0.72 345.88 0.55 0.18
Hex 48 15 21 0 47 36 48 15A 37 12
Octal 110 25 41 0 107 66 110 532 67 22
Binary 1001000 10101 100001 0 1000111 110110 1001000 101011010 110111 10010

Color Harmonies of #481521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481521

Black with #481521

Text Example


Text Example

White with #481521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481521; }

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

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

background-color css

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

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

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

border-color css

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

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

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