Html Css Color HEX #481824 Bordeaux

📋 copy color: '#481824'

red 72 ◦ green 24 ◦ blue 36

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

Shades of Bordeaux #481824

Tints of Bordeaux #481824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.18%

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

R = 54.55%
G = 18.18%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#481824 (or 0x481824) is known color: Bordeaux. HEX triplet: 48, 18 and 24. RGB value is (72,24,36). Sum of RGB (Red+Green+Blue) = 72+24+36=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #481824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481824 is #B7E7DB. Grayscale: #272727. Windows color (decimal): -12052444 or 2365512. OLE color: 2365512.

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

Color convert

RGB 72 24 36 -
CMYK 0 0.67 0.5 0.72
HSL 345º 0.5% 0.19% -
HSV(B) 345º 0.67% 0.28% -
XYZ 3.32 2.16 1.91 -
YUV 39.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 72 24 36 0 0.67 0.5 0.72 345 0.5 0.19
Hex 48 18 24 0 43 32 48 159 32 13
Octal 110 30 44 0 103 62 110 531 62 23
Binary 1001000 11000 100100 0 1000011 110010 1001000 101011001 110010 10011

Color Harmonies of #481824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481824

Black with #481824

Text Example


Text Example

White with #481824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481824; }

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

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

background-color css

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

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

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

border-color css

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

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

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