Html Css Color HEX #45141D Bordeaux

📋 copy color: '#45141D'

red 69 ◦ green 20 ◦ blue 29

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

Shades of Bordeaux #45141D

Tints of Bordeaux #45141D

RGB

 RED value IS 69 (27.34% from 255) = 58.47%

 GREEN value IS 20 (8.2% from 255) = 16.95%

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

R = 58.47%
G = 16.95%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#45141D (or 0x45141D) is known color: Bordeaux. HEX triplet: 45, 14 and 1D. RGB value is (69,20,29). Sum of RGB (Red+Green+Blue) = 69+20+29=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #45141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45141D is #BAEBE2. Grayscale: #232323. Windows color (decimal): -12250083 or 1905733. OLE color: 1905733.

HSL color Cylindrical-coordinate representation of color #45141D: hue angle of 348.98º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45141D is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 20 29 -
CMYK 0 0.71 0.58 0.73
HSL 348.98º 0.55% 0.17% -
HSV(B) 348.98º 0.71% 0.27% -
XYZ 2.93 1.85 1.37 -
YUV 35.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 69 20 29 0 0.71 0.58 0.73 348.98 0.55 0.17
Hex 45 14 1D 0 47 3A 49 15D 37 11
Octal 105 24 35 0 107 72 111 535 67 21
Binary 1000101 10100 11101 0 1000111 111010 1001001 101011101 110111 10001

Color Harmonies of #45141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45141D

Black with #45141D

Text Example


Text Example

White with #45141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45141D; }

 p { color: rgb(69,20,29); }

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

background-color css

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

 a { background-color: rgb(69,20,29); }

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

border-color css

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

 span { border-color: rgb(69,20,29); }

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