Html Css Color HEX #441422 Bordeaux

📋 copy color: '#441422'

red 68 ◦ green 20 ◦ blue 34

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

Shades of Bordeaux #441422

Tints of Bordeaux #441422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.39%

 BLUE value IS 34 (13.67% from 255) = 27.87%

R = 55.74%
G = 16.39%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#441422 (or 0x441422) is known color: Bordeaux. HEX triplet: 44, 14 and 22. RGB value is (68,20,34). Sum of RGB (Red+Green+Blue) = 68+20+34=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #441422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441422 is #BBEBDD. Grayscale: #232323. Windows color (decimal): -12315614 or 2233412. OLE color: 2233412.

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

Color convert

RGB 68 20 34 -
CMYK 0 0.71 0.50 0.73
HSL 342.5º 0.55% 0.17% -
HSV(B) 342.5º 0.71% 0.27% -
XYZ 2.92 1.84 1.72 -
YUV 35.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 68 20 34 0 0.71 0.50 0.73 342.5 0.55 0.17
Hex 44 14 22 0 47 32 49 156 37 11
Octal 104 24 42 0 107 62 111 526 67 21
Binary 1000100 10100 100010 0 1000111 110010 1001001 101010110 110111 10001

Color Harmonies of #441422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441422

Black with #441422

Text Example


Text Example

White with #441422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441422; }

 p { color: rgb(68,20,34); }

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

background-color css

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

 a { background-color: rgb(68,20,34); }

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

border-color css

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

 span { border-color: rgb(68,20,34); }

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