Html Css Color HEX #45111D Bordeaux

📋 copy color: '#45111D'

red 69 ◦ green 17 ◦ blue 29

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

Shades of Bordeaux #45111D

Tints of Bordeaux #45111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.78%

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

R = 60%
G = 14.78%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#45111D (or 0x45111D) is known color: Bordeaux. HEX triplet: 45, 11 and 1D. RGB value is (69,17,29). Sum of RGB (Red+Green+Blue) = 69+17+29=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #45111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45111D is #BAEEE2. Grayscale: #212121. Windows color (decimal): -12250851 or 1904965. OLE color: 1904965.

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

Color convert

RGB 69 17 29 -
CMYK 0 0.75 0.58 0.73
HSL 346.15º 0.6% 0.17% -
HSV(B) 346.15º 0.75% 0.27% -
XYZ 2.88 1.75 1.35 -
YUV 33.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 69 17 29 0 0.75 0.58 0.73 346.15 0.6 0.17
Hex 45 11 1D 0 4B 3A 49 15A 3C 11
Octal 105 21 35 0 113 72 111 532 74 21
Binary 1000101 10001 11101 0 1001011 111010 1001001 101011010 111100 10001

Color Harmonies of #45111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45111D

Black with #45111D

Text Example


Text Example

White with #45111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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