Html Css Color HEX #441822 Bordeaux

📋 copy color: '#441822'

red 68 ◦ green 24 ◦ blue 34

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

Shades of Bordeaux #441822

Tints of Bordeaux #441822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.05%

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

R = 53.97%
G = 19.05%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#441822 (or 0x441822) is known color: Bordeaux. HEX triplet: 44, 18 and 22. RGB value is (68,24,34). Sum of RGB (Red+Green+Blue) = 68+24+34=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441822 is #BBE7DD. Grayscale: #262626. Windows color (decimal): -12314590 or 2234436. OLE color: 2234436.

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

Color convert

RGB 68 24 34 -
CMYK 0 0.65 0.50 0.73
HSL 346.36º 0.48% 0.18% -
HSV(B) 346.36º 0.65% 0.27% -
XYZ 3 2 1.74 -
YUV 38.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 68 24 34 0 0.65 0.50 0.73 346.36 0.48 0.18
Hex 44 18 22 0 41 32 49 15A 30 12
Octal 104 30 42 0 101 62 111 532 60 22
Binary 1000100 11000 100010 0 1000001 110010 1001001 101011010 110000 10010

Color Harmonies of #441822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441822

Black with #441822

Text Example


Text Example

White with #441822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441822; }

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

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

background-color css

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

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

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

border-color css

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

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

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