Html Css Color HEX #441A24 Bordeaux

📋 copy color: '#441A24'

red 68 ◦ green 26 ◦ blue 36

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

Shades of Bordeaux #441A24

Tints of Bordeaux #441A24

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20%

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

R = 52.31%
G = 20%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#441A24 (or 0x441A24) is known color: Bordeaux. HEX triplet: 44, 1A and 24. RGB value is (68,26,36). Sum of RGB (Red+Green+Blue) = 68+26+36=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #441A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A24 is #BBE5DB. Grayscale: #272727. Windows color (decimal): -12314076 or 2366020. OLE color: 2366020.

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

Color convert

RGB 68 26 36 -
CMYK 0 0.62 0.47 0.73
HSL 345.71º 0.45% 0.18% -
HSV(B) 345.71º 0.62% 0.27% -
XYZ 3.07 2.1 1.91 -
YUV 39.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 68 26 36 0 0.62 0.47 0.73 345.71 0.45 0.18
Hex 44 1A 24 0 3E 2F 49 15A 2D 12
Octal 104 32 44 0 76 57 111 532 55 22
Binary 1000100 11010 100100 0 111110 101111 1001001 101011010 101101 10010

Color Harmonies of #441A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A24

Black with #441A24

Text Example


Text Example

White with #441A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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