Html Css Color HEX #44071A Bordeaux

📋 copy color: '#44071A'

red 68 ◦ green 7 ◦ blue 26

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

Shades of Bordeaux #44071A

Tints of Bordeaux #44071A

RGB

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

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

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

R = 67.33%
G = 6.93%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#44071A (or 0x44071A) is known color: Bordeaux. HEX triplet: 44, 07 and 1A. RGB value is (68,7,26). Sum of RGB (Red+Green+Blue) = 68+7+26=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #44071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44071A is #BBF8E5. Grayscale: #1B1B1B. Windows color (decimal): -12318950 or 1705796. OLE color: 1705796.

HSL color Cylindrical-coordinate representation of color #44071A: hue angle of 341.31º 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 #44071A is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 7 26 -
CMYK 0 0.90 0.62 0.73
HSL 341.31º 0.81% 0.15% -
HSV(B) 341.31º 0.9% 0.27% -
XYZ 2.65 1.46 1.12 -
YUV 27.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 68 7 26 0 0.90 0.62 0.73 341.31 0.81 0.15
Hex 44 7 1A 0 5A 3E 49 155 51 F
Octal 104 7 32 0 132 76 111 525 121 17
Binary 1000100 111 11010 0 1011010 111110 1001001 101010101 1010001 1111

Color Harmonies of #44071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44071A

Black with #44071A

Text Example


Text Example

White with #44071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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