Html Css Color HEX #440C1F Bordeaux

📋 copy color: '#440C1F'

red 68 ◦ green 12 ◦ blue 31

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

Shades of Bordeaux #440C1F

Tints of Bordeaux #440C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 61.26%
G = 10.81%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#440C1F (or 0x440C1F) is known color: Bordeaux. HEX triplet: 44, 0C and 1F. RGB value is (68,12,31). Sum of RGB (Red+Green+Blue) = 68+12+31=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #440C1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C1F is #BBF3E0. Grayscale: #1E1E1E. Windows color (decimal): -12317665 or 2034756. OLE color: 2034756.

HSL color Cylindrical-coordinate representation of color #440C1F: hue angle of 339.64º 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 #440C1F is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 12 31 -
CMYK 0 0.82 0.54 0.73
HSL 339.64º 0.7% 0.16% -
HSV(B) 339.64º 0.82% 0.27% -
XYZ 2.76 1.59 1.46 -
YUV 30.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 68 12 31 0 0.82 0.54 0.73 339.64 0.7 0.16
Hex 44 C 1F 0 52 36 49 154 46 10
Octal 104 14 37 0 122 66 111 524 106 20
Binary 1000100 1100 11111 0 1010010 110110 1001001 101010100 1000110 10000

Color Harmonies of #440C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C1F

Black with #440C1F

Text Example


Text Example

White with #440C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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