Html Css Color HEX #441320 Bordeaux

📋 copy color: '#441320'

red 68 ◦ green 19 ◦ blue 32

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

Shades of Bordeaux #441320

Tints of Bordeaux #441320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 26.89%

R = 57.14%
G = 15.97%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#441320 (or 0x441320) is known color: Bordeaux. HEX triplet: 44, 13 and 20. RGB value is (68,19,32). Sum of RGB (Red+Green+Blue) = 68+19+32=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #441320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441320 is #BBECDF. Grayscale: #232323. Windows color (decimal): -12315872 or 2102084. OLE color: 2102084.

HSL color Cylindrical-coordinate representation of color #441320: hue angle of 344.08º 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 #441320 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 19 32 -
CMYK 0 0.72 0.53 0.73
HSL 344.08º 0.56% 0.17% -
HSV(B) 344.08º 0.72% 0.27% -
XYZ 2.88 1.8 1.56 -
YUV 35.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 68 19 32 0 0.72 0.53 0.73 344.08 0.56 0.17
Hex 44 13 20 0 48 35 49 158 38 11
Octal 104 23 40 0 110 65 111 530 70 21
Binary 1000100 10011 100000 0 1001000 110101 1001001 101011000 111000 10001

Color Harmonies of #441320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441320

Black with #441320

Text Example


Text Example

White with #441320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441320; }

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

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

background-color css

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

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

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

border-color css

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

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

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