Html Css Color HEX #441823 Bordeaux

📋 copy color: '#441823'

red 68 ◦ green 24 ◦ blue 35

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

Shades of Bordeaux #441823

Tints of Bordeaux #441823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

 BLUE value IS 35 (14.06% from 255) = 27.56%

R = 53.54%
G = 18.9%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#441823 (or 0x441823) is known color: Bordeaux. HEX triplet: 44, 18 and 23. RGB value is (68,24,35). Sum of RGB (Red+Green+Blue) = 68+24+35=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #441823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441823 is #BBE7DC. Grayscale: #262626. Windows color (decimal): -12314589 or 2299972. OLE color: 2299972.

HSL color Cylindrical-coordinate representation of color #441823: hue angle of 345º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #441823 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 24 35 -
CMYK 0 0.65 0.49 0.73
HSL 345º 0.48% 0.18% -
HSV(B) 345º 0.65% 0.27% -
XYZ 3.01 2 1.82 -
YUV 38.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 68 24 35 0 0.65 0.49 0.73 345 0.48 0.18
Hex 44 18 23 0 41 31 49 159 30 12
Octal 104 30 43 0 101 61 111 531 60 22
Binary 1000100 11000 100011 0 1000001 110001 1001001 101011001 110000 10010

Color Harmonies of #441823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441823

Black with #441823

Text Example


Text Example

White with #441823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441823; }

 p { color: rgb(68,24,35); }

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

background-color css

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

 a { background-color: rgb(68,24,35); }

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

border-color css

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

 span { border-color: rgb(68,24,35); }

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