Html Css Color HEX #481924 Bordeaux

📋 copy color: '#481924'

red 72 ◦ green 25 ◦ blue 36

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

Shades of Bordeaux #481924

Tints of Bordeaux #481924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.8%

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

R = 54.14%
G = 18.8%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#481924 (or 0x481924) is known color: Bordeaux. HEX triplet: 48, 19 and 24. RGB value is (72,25,36). Sum of RGB (Red+Green+Blue) = 72+25+36=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #481924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481924 is #B7E6DB. Grayscale: #282828. Windows color (decimal): -12052188 or 2365768. OLE color: 2365768.

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

Color convert

RGB 72 25 36 -
CMYK 0 0.65 0.5 0.72
HSL 345.96º 0.48% 0.19% -
HSV(B) 345.96º 0.65% 0.28% -
XYZ 3.34 2.2 1.92 -
YUV 40.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 72 25 36 0 0.65 0.5 0.72 345.96 0.48 0.19
Hex 48 19 24 0 41 32 48 15A 30 13
Octal 110 31 44 0 101 62 110 532 60 23
Binary 1001000 11001 100100 0 1000001 110010 1001000 101011010 110000 10011

Color Harmonies of #481924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481924

Black with #481924

Text Example


Text Example

White with #481924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481924; }

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

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

background-color css

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

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

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

border-color css

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

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

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