Html Css Color HEX #441522 Bordeaux

📋 copy color: '#441522'

red 68 ◦ green 21 ◦ blue 34

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

Shades of Bordeaux #441522

Tints of Bordeaux #441522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

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

R = 55.28%
G = 17.07%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#441522 (or 0x441522) is known color: Bordeaux. HEX triplet: 44, 15 and 22. RGB value is (68,21,34). Sum of RGB (Red+Green+Blue) = 68+21+34=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #441522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441522 is #BBEADD. Grayscale: #242424. Windows color (decimal): -12315358 or 2233668. OLE color: 2233668.

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

Color convert

RGB 68 21 34 -
CMYK 0 0.69 0.50 0.73
HSL 343.4º 0.53% 0.17% -
HSV(B) 343.4º 0.69% 0.27% -
XYZ 2.94 1.88 1.72 -
YUV 36.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 68 21 34 0 0.69 0.50 0.73 343.4 0.53 0.17
Hex 44 15 22 0 45 32 49 157 35 11
Octal 104 25 42 0 105 62 111 527 65 21
Binary 1000100 10101 100010 0 1000101 110010 1001001 101010111 110101 10001

Color Harmonies of #441522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441522

Black with #441522

Text Example


Text Example

White with #441522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441522; }

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

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

background-color css

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

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

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

border-color css

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

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

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