Html Css Color HEX #441825 Bordeaux

📋 copy color: '#441825'

red 68 ◦ green 24 ◦ blue 37

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

Shades of Bordeaux #441825

Tints of Bordeaux #441825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 52.71%
G = 18.6%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#441825 (or 0x441825) is known color: Bordeaux. HEX triplet: 44, 18 and 25. RGB value is (68,24,37). Sum of RGB (Red+Green+Blue) = 68+24+37=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #441825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441825 is #BBE7DA. Grayscale: #262626. Windows color (decimal): -12314587 or 2431044. OLE color: 2431044.

HSL color Cylindrical-coordinate representation of color #441825: hue angle of 342.27º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #441825 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 24 37 -
CMYK 0 0.65 0.46 0.73
HSL 342.27º 0.48% 0.18% -
HSV(B) 342.27º 0.65% 0.27% -
XYZ 3.04 2.02 1.98 -
YUV 38.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 68 24 37 0 0.65 0.46 0.73 342.27 0.48 0.18
Hex 44 18 25 0 41 2E 49 156 30 12
Octal 104 30 45 0 101 56 111 526 60 22
Binary 1000100 11000 100101 0 1000001 101110 1001001 101010110 110000 10010

Color Harmonies of #441825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441825

Black with #441825

Text Example


Text Example

White with #441825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441825; }

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

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

background-color css

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

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

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

border-color css

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

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

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