Html Css Color HEX #440B1F Bordeaux

📋 copy color: '#440B1F'

red 68 ◦ green 11 ◦ blue 31

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

Shades of Bordeaux #440B1F

Tints of Bordeaux #440B1F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10%

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

R = 61.82%
G = 10%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#440B1F (or 0x440B1F) is known color: Bordeaux. HEX triplet: 44, 0B and 1F. RGB value is (68,11,31). Sum of RGB (Red+Green+Blue) = 68+11+31=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #440B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440B1F is #BBF4E0. Grayscale: #1E1E1E. Windows color (decimal): -12317921 or 2034500. OLE color: 2034500.

HSL color Cylindrical-coordinate representation of color #440B1F: hue angle of 338.95º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #440B1F is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 11 31 -
CMYK 0 0.84 0.54 0.73
HSL 338.95º 0.72% 0.15% -
HSV(B) 338.95º 0.84% 0.27% -
XYZ 2.75 1.57 1.45 -
YUV 30.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 68 11 31 0 0.84 0.54 0.73 338.95 0.72 0.15
Hex 44 B 1F 0 54 36 49 153 48 F
Octal 104 13 37 0 124 66 111 523 110 17
Binary 1000100 1011 11111 0 1010100 110110 1001001 101010011 1001000 1111

Color Harmonies of #440B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B1F

Black with #440B1F

Text Example


Text Example

White with #440B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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