Html Css Color HEX #441523 Bordeaux

📋 copy color: '#441523'

red 68 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #441523

Tints of Bordeaux #441523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28.23%

R = 54.84%
G = 16.94%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#441523 (or 0x441523) is known color: Bordeaux. HEX triplet: 44, 15 and 23. RGB value is (68,21,35). Sum of RGB (Red+Green+Blue) = 68+21+35=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #441523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441523 is #BBEADC. Grayscale: #242424. Windows color (decimal): -12315357 or 2299204. OLE color: 2299204.

HSL color Cylindrical-coordinate representation of color #441523: hue angle of 342.13º 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 #441523 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 21 35 -
CMYK 0 0.69 0.49 0.73
HSL 342.13º 0.53% 0.17% -
HSV(B) 342.13º 0.69% 0.27% -
XYZ 2.96 1.89 1.8 -
YUV 36.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 68 21 35 0 0.69 0.49 0.73 342.13 0.53 0.17
Hex 44 15 23 0 45 31 49 156 35 11
Octal 104 25 43 0 105 61 111 526 65 21
Binary 1000100 10101 100011 0 1000101 110001 1001001 101010110 110101 10001

Color Harmonies of #441523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441523

Black with #441523

Text Example


Text Example

White with #441523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441523; }

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

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

background-color css

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

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

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

border-color css

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

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

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