Html Css Color HEX #45151F Bordeaux

📋 copy color: '#45151F'

red 69 ◦ green 21 ◦ blue 31

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

Shades of Bordeaux #45151F

Tints of Bordeaux #45151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.36%

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

R = 57.02%
G = 17.36%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#45151F (or 0x45151F) is known color: Bordeaux. HEX triplet: 45, 15 and 1F. RGB value is (69,21,31). Sum of RGB (Red+Green+Blue) = 69+21+31=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #45151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45151F is #BAEAE0. Grayscale: #242424. Windows color (decimal): -12249825 or 2037061. OLE color: 2037061.

HSL color Cylindrical-coordinate representation of color #45151F: hue angle of 347.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45151F is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 21 31 -
CMYK 0 0.70 0.55 0.73
HSL 347.5º 0.53% 0.18% -
HSV(B) 347.5º 0.7% 0.27% -
XYZ 2.97 1.9 1.51 -
YUV 36.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 69 21 31 0 0.70 0.55 0.73 347.5 0.53 0.18
Hex 45 15 1F 0 46 37 49 15C 35 12
Octal 105 25 37 0 106 67 111 534 65 22
Binary 1000101 10101 11111 0 1000110 110111 1001001 101011100 110101 10010

Color Harmonies of #45151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45151F

Black with #45151F

Text Example


Text Example

White with #45151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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