Html Css Color HEX #44061B Bordeaux

📋 copy color: '#44061B'

red 68 ◦ green 6 ◦ blue 27

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

Shades of Bordeaux #44061B

Tints of Bordeaux #44061B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.94%

 BLUE value IS 27 (10.94% from 255) = 26.73%

R = 67.33%
G = 5.94%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#44061B (or 0x44061B) is known color: Bordeaux. HEX triplet: 44, 06 and 1B. RGB value is (68,6,27). Sum of RGB (Red+Green+Blue) = 68+6+27=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #44061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44061B is #BBF9E4. Grayscale: #1A1A1A. Windows color (decimal): -12319205 or 1771076. OLE color: 1771076.

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

Color convert

RGB 68 6 27 -
CMYK 0 0.91 0.60 0.73
HSL 339.68º 0.84% 0.15% -
HSV(B) 339.68º 0.91% 0.27% -
XYZ 2.65 1.44 1.18 -
YUV 26.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 68 6 27 0 0.91 0.60 0.73 339.68 0.84 0.15
Hex 44 6 1B 0 5B 3C 49 154 54 F
Octal 104 6 33 0 133 74 111 524 124 17
Binary 1000100 110 11011 0 1011011 111100 1001001 101010100 1010100 1111

Color Harmonies of #44061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44061B

Black with #44061B

Text Example


Text Example

White with #44061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44061B; }

 p { color: rgb(68,6,27); }

 H1.HeaderClassName
 {
   color: #44061B;
 }
 .AnyTagClassName
 {
   color: #44061B;
 }
</style>

background-color css

<style>
 a { background-color: #44061B; }

 a { background-color: rgb(68,6,27); }

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

border-color css

<style>
 span { border-color: #44061B; }

 span { border-color: rgb(68,6,27); }

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