Html Css Color HEX #441524 Bordeaux

📋 copy color: '#441524'

red 68 ◦ green 21 ◦ blue 36

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

Shades of Bordeaux #441524

Tints of Bordeaux #441524

RGB

 RED value IS 68 (26.95% from 255) = 54.4%

 GREEN value IS 21 (8.59% from 255) = 16.8%

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

R = 54.4%
G = 16.8%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#441524 (or 0x441524) is known color: Bordeaux. HEX triplet: 44, 15 and 24. RGB value is (68,21,36). Sum of RGB (Red+Green+Blue) = 68+21+36=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #441524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441524 is #BBEADB. Grayscale: #242424. Windows color (decimal): -12315356 or 2364740. OLE color: 2364740.

HSL color Cylindrical-coordinate representation of color #441524: hue angle of 340.85º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #441524 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 21 36 -
CMYK 0 0.69 0.47 0.73
HSL 340.85º 0.53% 0.17% -
HSV(B) 340.85º 0.69% 0.27% -
XYZ 2.97 1.89 1.88 -
YUV 36.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 68 21 36 0 0.69 0.47 0.73 340.85 0.53 0.17
Hex 44 15 24 0 45 2F 49 155 35 11
Octal 104 25 44 0 105 57 111 525 65 21
Binary 1000100 10101 100100 0 1000101 101111 1001001 101010101 110101 10001

Color Harmonies of #441524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441524

Black with #441524

Text Example


Text Example

White with #441524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441524; }

 p { color: rgb(68,21,36); }

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

background-color css

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

 a { background-color: rgb(68,21,36); }

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

border-color css

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

 span { border-color: rgb(68,21,36); }

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