Html Css Color HEX #441222 Bordeaux

📋 copy color: '#441222'

red 68 ◦ green 18 ◦ blue 34

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

Shades of Bordeaux #441222

Tints of Bordeaux #441222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15%

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

R = 56.67%
G = 15%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#441222 (or 0x441222) is known color: Bordeaux. HEX triplet: 44, 12 and 22. RGB value is (68,18,34). Sum of RGB (Red+Green+Blue) = 68+18+34=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #441222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441222 is #BBEDDD. Grayscale: #222222. Windows color (decimal): -12316126 or 2232900. OLE color: 2232900.

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

Color convert

RGB 68 18 34 -
CMYK 0 0.74 0.50 0.73
HSL 340.8º 0.58% 0.17% -
HSV(B) 340.8º 0.74% 0.27% -
XYZ 2.89 1.78 1.7 -
YUV 34.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 68 18 34 0 0.74 0.50 0.73 340.8 0.58 0.17
Hex 44 12 22 0 4A 32 49 155 3A 11
Octal 104 22 42 0 112 62 111 525 72 21
Binary 1000100 10010 100010 0 1001010 110010 1001001 101010101 111010 10001

Color Harmonies of #441222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441222

Black with #441222

Text Example


Text Example

White with #441222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441222; }

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

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

background-color css

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

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

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

border-color css

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

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

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