Html Css Color HEX #441C24 Bordeaux

📋 copy color: '#441C24'

red 68 ◦ green 28 ◦ blue 36

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

Shades of Bordeaux #441C24

Tints of Bordeaux #441C24

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.21%

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

R = 51.52%
G = 21.21%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#441C24 (or 0x441C24) is known color: Bordeaux. HEX triplet: 44, 1C and 24. RGB value is (68,28,36). Sum of RGB (Red+Green+Blue) = 68+28+36=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #441C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C24 is #BBE3DB. Grayscale: #282828. Windows color (decimal): -12313564 or 2366532. OLE color: 2366532.

HSL color Cylindrical-coordinate representation of color #441C24: hue angle of 348º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #441C24 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 28 36 -
CMYK 0 0.59 0.47 0.73
HSL 348º 0.42% 0.19% -
HSV(B) 348º 0.59% 0.27% -
XYZ 3.12 2.19 1.93 -
YUV 40.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 68 28 36 0 0.59 0.47 0.73 348 0.42 0.19
Hex 44 1C 24 0 3B 2F 49 15C 2A 13
Octal 104 34 44 0 73 57 111 534 52 23
Binary 1000100 11100 100100 0 111011 101111 1001001 101011100 101010 10011

Color Harmonies of #441C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C24

Black with #441C24

Text Example


Text Example

White with #441C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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