Html Css Color HEX #44021A Bordeaux

📋 copy color: '#44021A'

red 68 ◦ green 2 ◦ blue 26

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

Shades of Bordeaux #44021A

Tints of Bordeaux #44021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.08%

 BLUE value IS 26 (10.55% from 255) = 27.08%

R = 70.83%
G = 2.08%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#44021A (or 0x44021A) is known color: Bordeaux. HEX triplet: 44, 02 and 1A. RGB value is (68,2,26). Sum of RGB (Red+Green+Blue) = 68+2+26=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #44021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44021A is #BBFDE5. Grayscale: #181818. Windows color (decimal): -12320230 or 1704516. OLE color: 1704516.

HSL color Cylindrical-coordinate representation of color #44021A: hue angle of 338.18º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44021A is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 2 26 -
CMYK 0 0.97 0.62 0.73
HSL 338.18º 0.94% 0.14% -
HSV(B) 338.18º 0.97% 0.27% -
XYZ 2.59 1.35 1.1 -
YUV 24.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 68 2 26 0 0.97 0.62 0.73 338.18 0.94 0.14
Hex 44 2 1A 0 61 3E 49 152 5E E
Octal 104 2 32 0 141 76 111 522 136 16
Binary 1000100 10 11010 0 1100001 111110 1001001 101010010 1011110 1110

Color Harmonies of #44021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44021A

Black with #44021A

Text Example


Text Example

White with #44021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44021A; }

 p { color: rgb(68,2,26); }

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

background-color css

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

 a { background-color: rgb(68,2,26); }

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

border-color css

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

 span { border-color: rgb(68,2,26); }

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