Html Css Color HEX #441622 Bordeaux

📋 copy color: '#441622'

red 68 ◦ green 22 ◦ blue 34

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

Shades of Bordeaux #441622

Tints of Bordeaux #441622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.74%

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

R = 54.84%
G = 17.74%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#441622 (or 0x441622) is known color: Bordeaux. HEX triplet: 44, 16 and 22. RGB value is (68,22,34). Sum of RGB (Red+Green+Blue) = 68+22+34=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #441622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441622 is #BBE9DD. Grayscale: #252525. Windows color (decimal): -12315102 or 2233924. OLE color: 2233924.

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

Color convert

RGB 68 22 34 -
CMYK 0 0.68 0.50 0.73
HSL 344.35º 0.51% 0.18% -
HSV(B) 344.35º 0.68% 0.27% -
XYZ 2.96 1.92 1.73 -
YUV 37.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 68 22 34 0 0.68 0.50 0.73 344.35 0.51 0.18
Hex 44 16 22 0 44 32 49 158 33 12
Octal 104 26 42 0 104 62 111 530 63 22
Binary 1000100 10110 100010 0 1000100 110010 1001001 101011000 110011 10010

Color Harmonies of #441622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441622

Black with #441622

Text Example


Text Example

White with #441622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441622; }

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

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

background-color css

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

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

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

border-color css

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

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

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