Html Css Color HEX #481322 Bordeaux

📋 copy color: '#481322'

red 72 ◦ green 19 ◦ blue 34

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

Shades of Bordeaux #481322

Tints of Bordeaux #481322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

 BLUE value IS 34 (13.67% from 255) = 27.2%

R = 57.6%
G = 15.2%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#481322 (or 0x481322) is known color: Bordeaux. HEX triplet: 48, 13 and 22. RGB value is (72,19,34). Sum of RGB (Red+Green+Blue) = 72+19+34=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #481322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481322 is #B7ECDD. Grayscale: #242424. Windows color (decimal): -12053726 or 2233160. OLE color: 2233160.

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

Color convert

RGB 72 19 34 -
CMYK 0 0.74 0.53 0.72
HSL 343.02º 0.58% 0.18% -
HSV(B) 343.02º 0.74% 0.28% -
XYZ 3.19 1.96 1.72 -
YUV 36.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 72 19 34 0 0.74 0.53 0.72 343.02 0.58 0.18
Hex 48 13 22 0 4A 35 48 157 3A 12
Octal 110 23 42 0 112 65 110 527 72 22
Binary 1001000 10011 100010 0 1001010 110101 1001000 101010111 111010 10010

Color Harmonies of #481322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481322

Black with #481322

Text Example


Text Example

White with #481322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481322; }

 p { color: rgb(72,19,34); }

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

background-color css

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

 a { background-color: rgb(72,19,34); }

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

border-color css

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

 span { border-color: rgb(72,19,34); }

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