Html Css Color HEX #441922 Bordeaux

📋 copy color: '#441922'

red 68 ◦ green 25 ◦ blue 34

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

Shades of Bordeaux #441922

Tints of Bordeaux #441922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.69%

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

R = 53.54%
G = 19.69%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#441922 (or 0x441922) is known color: Bordeaux. HEX triplet: 44, 19 and 22. RGB value is (68,25,34). Sum of RGB (Red+Green+Blue) = 68+25+34=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #441922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441922 is #BBE6DD. Grayscale: #262626. Windows color (decimal): -12314334 or 2234692. OLE color: 2234692.

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

Color convert

RGB 68 25 34 -
CMYK 0 0.63 0.50 0.73
HSL 347.44º 0.46% 0.18% -
HSV(B) 347.44º 0.63% 0.27% -
XYZ 3.02 2.04 1.75 -
YUV 38.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 68 25 34 0 0.63 0.50 0.73 347.44 0.46 0.18
Hex 44 19 22 0 3F 32 49 15B 2E 12
Octal 104 31 42 0 77 62 111 533 56 22
Binary 1000100 11001 100010 0 111111 110010 1001001 101011011 101110 10010

Color Harmonies of #441922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441922

Black with #441922

Text Example


Text Example

White with #441922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441922; }

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

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

background-color css

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

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

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

border-color css

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

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

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