Html Css Color HEX #45141C Bordeaux

📋 copy color: '#45141C'

red 69 ◦ green 20 ◦ blue 28

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

Shades of Bordeaux #45141C

Tints of Bordeaux #45141C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.93%

R = 58.97%
G = 17.09%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#45141C (or 0x45141C) is known color: Bordeaux. HEX triplet: 45, 14 and 1C. RGB value is (69,20,28). Sum of RGB (Red+Green+Blue) = 69+20+28=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #45141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45141C is #BAEBE3. Grayscale: #232323. Windows color (decimal): -12250084 or 1840197. OLE color: 1840197.

HSL color Cylindrical-coordinate representation of color #45141C: hue angle of 350.2º 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 #45141C is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 20 28 -
CMYK 0 0.71 0.59 0.73
HSL 350.2º 0.55% 0.17% -
HSV(B) 350.2º 0.71% 0.27% -
XYZ 2.91 1.85 1.3 -
YUV 35.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 69 20 28 0 0.71 0.59 0.73 350.2 0.55 0.17
Hex 45 14 1C 0 47 3B 49 15E 37 11
Octal 105 24 34 0 107 73 111 536 67 21
Binary 1000101 10100 11100 0 1000111 111011 1001001 101011110 110111 10001

Color Harmonies of #45141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45141C

Black with #45141C

Text Example


Text Example

White with #45141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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