Html Css Color HEX #44031A Bordeaux

📋 copy color: '#44031A'

red 68 ◦ green 3 ◦ blue 26

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

Shades of Bordeaux #44031A

Tints of Bordeaux #44031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.09%

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

R = 70.1%
G = 3.09%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#44031A (or 0x44031A) is known color: Bordeaux. HEX triplet: 44, 03 and 1A. RGB value is (68,3,26). Sum of RGB (Red+Green+Blue) = 68+3+26=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #44031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44031A is #BBFCE5. Grayscale: #191919. Windows color (decimal): -12319974 or 1704772. OLE color: 1704772.

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

Color convert

RGB 68 3 26 -
CMYK 0 0.96 0.62 0.73
HSL 338.77º 0.92% 0.14% -
HSV(B) 338.77º 0.96% 0.27% -
XYZ 2.6 1.37 1.1 -
YUV 25.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 68 3 26 0 0.96 0.62 0.73 338.77 0.92 0.14
Hex 44 3 1A 0 60 3E 49 153 5C E
Octal 104 3 32 0 140 76 111 523 134 16
Binary 1000100 11 11010 0 1100000 111110 1001001 101010011 1011100 1110

Color Harmonies of #44031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44031A

Black with #44031A

Text Example


Text Example

White with #44031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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