Html Css Color HEX #45121D Bordeaux

📋 copy color: '#45121D'

red 69 ◦ green 18 ◦ blue 29

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

Shades of Bordeaux #45121D

Tints of Bordeaux #45121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.52%

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

R = 59.48%
G = 15.52%
B = 25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#45121D (or 0x45121D) is known color: Bordeaux. HEX triplet: 45, 12 and 1D. RGB value is (69,18,29). Sum of RGB (Red+Green+Blue) = 69+18+29=116 (15% of max value = 765). Red value is 69 (27.34% from 255 or 59.48% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 69 - color contains mainly: red. Hex color #45121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45121D is #BAEDE2. Grayscale: #222222. Windows color (decimal): -12250595 or 1905221. OLE color: 1905221.

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

Color convert

RGB 69 18 29 -
CMYK 0 0.74 0.58 0.73
HSL 347.06º 0.59% 0.17% -
HSV(B) 347.06º 0.74% 0.27% -
XYZ 2.89 1.79 1.35 -
YUV 34.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 69 18 29 0 0.74 0.58 0.73 347.06 0.59 0.17
Hex 45 12 1D 0 4A 3A 49 15B 3B 11
Octal 105 22 35 0 112 72 111 533 73 21
Binary 1000101 10010 11101 0 1001010 111010 1001001 101011011 111011 10001

Color Harmonies of #45121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45121D

Black with #45121D

Text Example


Text Example

White with #45121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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