Html Css Color HEX #45141F Bordeaux

📋 copy color: '#45141F'

red 69 ◦ green 20 ◦ blue 31

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

Shades of Bordeaux #45141F

Tints of Bordeaux #45141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 57.5%
G = 16.67%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#45141F (or 0x45141F) is known color: Bordeaux. HEX triplet: 45, 14 and 1F. RGB value is (69,20,31). Sum of RGB (Red+Green+Blue) = 69+20+31=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #45141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45141F is #BAEBE0. Grayscale: #232323. Windows color (decimal): -12250081 or 2036805. OLE color: 2036805.

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

Color convert

RGB 69 20 31 -
CMYK 0 0.71 0.55 0.73
HSL 346.53º 0.55% 0.17% -
HSV(B) 346.53º 0.71% 0.27% -
XYZ 2.95 1.86 1.5 -
YUV 35.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 69 20 31 0 0.71 0.55 0.73 346.53 0.55 0.17
Hex 45 14 1F 0 47 37 49 15B 37 11
Octal 105 24 37 0 107 67 111 533 67 21
Binary 1000101 10100 11111 0 1000111 110111 1001001 101011011 110111 10001

Color Harmonies of #45141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45141F

Black with #45141F

Text Example


Text Example

White with #45141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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