Html Css Color HEX #481324 Bordeaux

📋 copy color: '#481324'

red 72 ◦ green 19 ◦ blue 36

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

Shades of Bordeaux #481324

Tints of Bordeaux #481324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 28.35%

R = 56.69%
G = 14.96%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#481324 (or 0x481324) is known color: Bordeaux. HEX triplet: 48, 13 and 24. RGB value is (72,19,36). Sum of RGB (Red+Green+Blue) = 72+19+36=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481324 is #B7ECDB. Grayscale: #242424. Windows color (decimal): -12053724 or 2364232. OLE color: 2364232.

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

Color convert

RGB 72 19 36 -
CMYK 0 0.74 0.5 0.72
HSL 340.75º 0.58% 0.18% -
HSV(B) 340.75º 0.74% 0.28% -
XYZ 3.22 1.97 1.88 -
YUV 36.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 72 19 36 0 0.74 0.5 0.72 340.75 0.58 0.18
Hex 48 13 24 0 4A 32 48 155 3A 12
Octal 110 23 44 0 112 62 110 525 72 22
Binary 1001000 10011 100100 0 1001010 110010 1001000 101010101 111010 10010

Color Harmonies of #481324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481324

Black with #481324

Text Example


Text Example

White with #481324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481324; }

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

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

background-color css

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

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

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

border-color css

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

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

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