Html Css Color HEX #441323 Bordeaux

📋 copy color: '#441323'

red 68 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #441323

Tints of Bordeaux #441323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

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

R = 55.74%
G = 15.57%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#441323 (or 0x441323) is known color: Bordeaux. HEX triplet: 44, 13 and 23. RGB value is (68,19,35). Sum of RGB (Red+Green+Blue) = 68+19+35=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #441323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441323 is #BBECDC. Grayscale: #232323. Windows color (decimal): -12315869 or 2298692. OLE color: 2298692.

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

Color convert

RGB 68 19 35 -
CMYK 0 0.72 0.49 0.73
HSL 340.41º 0.56% 0.17% -
HSV(B) 340.41º 0.72% 0.27% -
XYZ 2.92 1.82 1.79 -
YUV 35.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 68 19 35 0 0.72 0.49 0.73 340.41 0.56 0.17
Hex 44 13 23 0 48 31 49 154 38 11
Octal 104 23 43 0 110 61 111 524 70 21
Binary 1000100 10011 100011 0 1001000 110001 1001001 101010100 111000 10001

Color Harmonies of #441323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441323

Black with #441323

Text Example


Text Example

White with #441323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441323; }

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

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

background-color css

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

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

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

border-color css

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

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

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