Html Css Color HEX #481024 Bordeaux

📋 copy color: '#481024'

red 72 ◦ green 16 ◦ blue 36

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

Shades of Bordeaux #481024

Tints of Bordeaux #481024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.9%

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

R = 58.06%
G = 12.9%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#481024 (or 0x481024) is known color: Bordeaux. HEX triplet: 48, 10 and 24. RGB value is (72,16,36). Sum of RGB (Red+Green+Blue) = 72+16+36=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #481024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481024 is #B7EFDB. Grayscale: #232323. Windows color (decimal): -12054492 or 2363464. OLE color: 2363464.

HSL color Cylindrical-coordinate representation of color #481024: hue angle of 338.57º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481024 is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 36 -
CMYK 0 0.78 0.5 0.72
HSL 338.57º 0.64% 0.17% -
HSV(B) 338.57º 0.78% 0.28% -
XYZ 3.18 1.88 1.86 -
YUV 35.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 72 16 36 0 0.78 0.5 0.72 338.57 0.64 0.17
Hex 48 10 24 0 4E 32 48 153 40 11
Octal 110 20 44 0 116 62 110 523 100 21
Binary 1001000 10000 100100 0 1001110 110010 1001000 101010011 1000000 10001

Color Harmonies of #481024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481024

Black with #481024

Text Example


Text Example

White with #481024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481024; }

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

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

background-color css

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

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

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

border-color css

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

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

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