Html Css Color HEX #440C1D Bordeaux

📋 copy color: '#440C1D'

red 68 ◦ green 12 ◦ blue 29

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

Shades of Bordeaux #440C1D

Tints of Bordeaux #440C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.01%

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

R = 62.39%
G = 11.01%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#440C1D (or 0x440C1D) is known color: Bordeaux. HEX triplet: 44, 0C and 1D. RGB value is (68,12,29). Sum of RGB (Red+Green+Blue) = 68+12+29=109 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.39% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 68 - color contains mainly: red. Hex color #440C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C1D is #BBF3E2. Grayscale: #1E1E1E. Windows color (decimal): -12317667 or 1903684. OLE color: 1903684.

HSL color Cylindrical-coordinate representation of color #440C1D: hue angle of 341.79º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #440C1D is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 12 29 -
CMYK 0 0.82 0.57 0.73
HSL 341.79º 0.7% 0.16% -
HSV(B) 341.79º 0.82% 0.27% -
XYZ 2.74 1.58 1.32 -
YUV 30.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 68 12 29 0 0.82 0.57 0.73 341.79 0.7 0.16
Hex 44 C 1D 0 52 39 49 156 46 10
Octal 104 14 35 0 122 71 111 526 106 20
Binary 1000100 1100 11101 0 1010010 111001 1001001 101010110 1000110 10000

Color Harmonies of #440C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C1D

Black with #440C1D

Text Example


Text Example

White with #440C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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