Html Css Color HEX #441623 Bordeaux

📋 copy color: '#441623'

red 68 ◦ green 22 ◦ blue 35

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

Shades of Bordeaux #441623

Tints of Bordeaux #441623

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.6%

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

R = 54.4%
G = 17.6%
B = 28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#441623 (or 0x441623) is known color: Bordeaux. HEX triplet: 44, 16 and 23. RGB value is (68,22,35). Sum of RGB (Red+Green+Blue) = 68+22+35=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #441623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441623 is #BBE9DC. Grayscale: #252525. Windows color (decimal): -12315101 or 2299460. OLE color: 2299460.

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

Color convert

RGB 68 22 35 -
CMYK 0 0.68 0.49 0.73
HSL 343.04º 0.51% 0.18% -
HSV(B) 343.04º 0.68% 0.27% -
XYZ 2.97 1.92 1.8 -
YUV 37.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 68 22 35 0 0.68 0.49 0.73 343.04 0.51 0.18
Hex 44 16 23 0 44 31 49 157 33 12
Octal 104 26 43 0 104 61 111 527 63 22
Binary 1000100 10110 100011 0 1000100 110001 1001001 101010111 110011 10010

Color Harmonies of #441623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441623

Black with #441623

Text Example


Text Example

White with #441623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441623; }

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

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

background-color css

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

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

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

border-color css

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

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

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