Html Css Color HEX #441C25 Bordeaux

📋 copy color: '#441C25'

red 68 ◦ green 28 ◦ blue 37

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

Shades of Bordeaux #441C25

Tints of Bordeaux #441C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.82%

R = 51.13%
G = 21.05%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#441C25 (or 0x441C25) is known color: Bordeaux. HEX triplet: 44, 1C and 25. RGB value is (68,28,37). Sum of RGB (Red+Green+Blue) = 68+28+37=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #441C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C25 is #BBE3DA. Grayscale: #282828. Windows color (decimal): -12313563 or 2432068. OLE color: 2432068.

HSL color Cylindrical-coordinate representation of color #441C25: hue angle of 346.5º 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 #441C25 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 28 37 -
CMYK 0 0.59 0.46 0.73
HSL 346.5º 0.42% 0.19% -
HSV(B) 346.5º 0.59% 0.27% -
XYZ 3.13 2.19 2.01 -
YUV 40.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 68 28 37 0 0.59 0.46 0.73 346.5 0.42 0.19
Hex 44 1C 25 0 3B 2E 49 15A 2A 13
Octal 104 34 45 0 73 56 111 532 52 23
Binary 1000100 11100 100101 0 111011 101110 1001001 101011010 101010 10011

Color Harmonies of #441C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C25

Black with #441C25

Text Example


Text Example

White with #441C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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