Html Css Color HEX #44071D Bordeaux

📋 copy color: '#44071D'

red 68 ◦ green 7 ◦ blue 29

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

Shades of Bordeaux #44071D

Tints of Bordeaux #44071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.73%

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 65.38%
G = 6.73%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#44071D (or 0x44071D) is known color: Bordeaux. HEX triplet: 44, 07 and 1D. RGB value is (68,7,29). Sum of RGB (Red+Green+Blue) = 68+7+29=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #44071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44071D is #BBF8E2. Grayscale: #1B1B1B. Windows color (decimal): -12318947 or 1902404. OLE color: 1902404.

HSL color Cylindrical-coordinate representation of color #44071D: hue angle of 338.36º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44071D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 7 29 -
CMYK 0 0.90 0.57 0.73
HSL 338.36º 0.81% 0.15% -
HSV(B) 338.36º 0.9% 0.27% -
XYZ 2.68 1.47 1.3 -
YUV 27.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 68 7 29 0 0.90 0.57 0.73 338.36 0.81 0.15
Hex 44 7 1D 0 5A 39 49 152 51 F
Octal 104 7 35 0 132 71 111 522 121 17
Binary 1000100 111 11101 0 1011010 111001 1001001 101010010 1010001 1111

Color Harmonies of #44071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44071D

Black with #44071D

Text Example


Text Example

White with #44071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44071D; }

 p { color: rgb(68,7,29); }

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

background-color css

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

 a { background-color: rgb(68,7,29); }

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

border-color css

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

 span { border-color: rgb(68,7,29); }

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